Fixing issue with service-style batches and requests with bodies
[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   - 2.1.0
8   - rbx
9   - jruby-18mode
10   - jruby-19mode
11   - jruby-20mode
12   - ree
13 script: "bundle exec rake spec:all"
14 before_install:
15  - sudo apt-get update
16  - sudo apt-get install idn
17 notifications:
18   email:
19     recipients:
20       - sbazyl@google.com
21     on_success: change
22     on_failure: change