Support and test under Rails 3.2, 4.0, 4.1, and 4.2
[arvados.git] / .travis.yml
index 891b260bbd2090d188a7e63ef7cd1e68c724e915..2a453720d84c8a2cfb02b89d80472cbf0d0c8d36 100644 (file)
@@ -6,6 +6,11 @@ rvm:
   - 1.9.3
   - rbx-2
   - jruby
+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