https://github.com/RubyMoney/money
Raw File
Tip revision: a19c8ca2f1eaa09bb5df16c59515fea7e9ba3ba3 authored by Shane Emmons on 13 January 2014, 18:27:08 UTC
v6.0.1.beta4
Tip revision: a19c8ca
.travis.yml
language: ruby
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.0
script: bundle exec rspec spec
notifications:
  recipients:
    - semmons99@gmail.com
    - andreas@aloop.org
    - weppos@weppos.net
back to top