Release 0.8.5
[arvados.git] / .travis.yml
index 406c0893251e60cd1fa8e52e10437cc203040b68..2a453720d84c8a2cfb02b89d80472cbf0d0c8d36 100644 (file)
@@ -1,12 +1,23 @@
 language: ruby
 rvm:
-  - 1.8.6
-  - 1.8.7
-  - 1.9.2
+  - 2.2
+  - 2.0.0
+  - 2.1
   - 1.9.3
+  - rbx-2
   - jruby
-  - ree
-script: "bundle exec rake"
+env:
+  - RAILS_VERSION="~>3.2"
+  - RAILS_VERSION="~>4.0.0"
+  - RAILS_VERSION="~>4.1.0"
+  - RAILS_VERSION="~>4.2.0"
+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