Merge branch 'master' of https://github.com/google/google-api-ruby-client
[arvados.git] / .travis.yml
index 406c0893251e60cd1fa8e52e10437cc203040b68..b2a21e056cb996a684b48661f12946d43426c99a 100644 (file)
@@ -1,12 +1,22 @@
 language: ruby
 rvm:
-  - 1.8.6
   - 1.8.7
   - 1.9.2
   - 1.9.3
-  - jruby
+  - 2.0.0
+  - rbx-18mode
+  - rbx-19mode
+  - jruby-18mode
+  - jruby-19mode
+  - jruby-20mode
   - ree
-script: "bundle exec rake"
+script: "bundle exec rake spec:all"
 before_install:
  - sudo apt-get update
  - sudo apt-get install idn
+notifications:
+  email:
+    recipients:
+      - sbazyl@google.com
+    on_success: change
+    on_failure: change