All tests pass in ruby 2.0
[arvados.git] / .travis.yml
1 language: ruby
2 rvm:
3   - 1.8.7
4   - 1.9.2
5   - 1.9.3
6   - 2.0.0
7   - jruby
8   - ree
9 script: "bundle exec rake spec:all"
10 before_install:
11  - sudo apt-get update
12  - sudo apt-get install idn
13 notifications:
14   email:
15     recipients:
16       - sbazyl@google.com
17     on_success: change
18     on_failure: change