Added HTTP Proxy support
[arvados.git] / .travis.yml
index a1b6b0180385faf7cf7fee3f4c6a089552b19f66..d66aa8a98453f6507e35443151ec5df9300880ea 100644 (file)
@@ -3,9 +3,19 @@ rvm:
   - 1.8.7
   - 1.9.2
   - 1.9.3
-  - jruby
+  - 2.0.0
+  - 2.1.0
+  - rbx-2
+  - jruby-18mode
+  - jruby-19mode
   - 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