Fix warning: instance variable not initialized
[arvados.git] / .travis.yml
index f05c35cb990fc2dd5114d42d0f4f40a63b113109..891b260bbd2090d188a7e63ef7cd1e68c724e915 100644 (file)
@@ -1,10 +1,11 @@
 language: ruby
 rvm:
-  - 1.8.7
-  - 1.9.2
+  - 2.2
+  - 2.0.0
+  - 2.1
   - 1.9.3
+  - rbx-2
   - jruby
-  - ree
 script: "bundle exec rake spec:all"
 before_install:
  - sudo apt-get update