Merge pull request #19 from simplymeasured/feature/make-autorefresh-of-token-optional
[arvados.git] / .travis.yml
1 language: ruby
2 rvm:
3   - 1.8.7
4   - 1.9.2
5   - 1.9.3
6   - jruby
7   - ree
8 script: "bundle exec rake spec:all"
9 before_install:
10  - sudo apt-get update
11  - sudo apt-get install idn
12 notifications:
13   email:
14     recipients:
15       - sbazyl@google.com
16     on_success: change
17     on_failure: change