Version bump, and updates the googleauth dependency
[arvados.git] / .travis.yml
1 language: ruby
2 rvm:
3   - 2.2
4   - 2.0.0
5   - 2.1
6   - 1.9.3
7   - rbx-2
8   - jruby
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