Mark failing test as pending
[arvados.git] / .travis.yml
index 406c0893251e60cd1fa8e52e10437cc203040b68..87b773359d8eda499f431da5fcc2dd9b27b0c815 100644 (file)
@@ -1,12 +1,21 @@
 language: ruby
 rvm:
-  - 1.8.6
   - 1.8.7
   - 1.9.2
   - 1.9.3
+  - 2.0.0
   - jruby
   - 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
+matrix:
+  allow_failures:
+    - rvm: 2.0.0