Fix stackoverflow tag, minor doc cleanup for batch API
[arvados.git] / .travis.yml
index 406c0893251e60cd1fa8e52e10437cc203040b68..f05c35cb990fc2dd5114d42d0f4f40a63b113109 100644 (file)
@@ -1,12 +1,17 @@
 language: ruby
 rvm:
-  - 1.8.6
   - 1.8.7
   - 1.9.2
   - 1.9.3
   - 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