https://github.com/RubyMoney/money
Raw File
Tip revision: 5a2573e83038b0dc648150160f9c994bde84b7ac authored by Max Melentiev on 27 December 2016, 18:46:03 UTC
Release as money2
Tip revision: 5a2573e
.travis.yml
language: ruby
sudo: false
rvm:
  - 2.0.0
  - 2.1.10
  - 2.2.5
  - 2.3.1
  - rbx-2
  - jruby-9.0.5.0
  - jruby-9.1.2.0
  - ruby-head
  - jruby-head
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: rbx-2
  fast_finish: true
script: bundle exec rspec spec
notifications:
  email:
    - semmons99@gmail.com
    - andreas@aloop.org
    - weppos@weppos.net
back to top