Dropped uuidtools
[arvados.git] / .travis.yml
1 language: ruby
2 rvm:
3   - 1.9.3
4   - 2.0.0
5   - 2.1.0
6   - rbx-2
7   - jruby-19mode
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