diff --git a/.travis.yml b/.travis.yml index 176126c..e5284f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,16 @@ language: ruby bundler_args: --without debug script: "bundle exec rspec spec" +sudo: false +cache: bundler rvm: - - 1.9.3 - - 2.0.0 - - 2.1.0 - - 2.1.1 - - jruby-19mode + - 2.0 + - 2.1 + - 2.2.4 + - 2.3.0 + - jruby-9.0.4.0 + - rbx-2 matrix: allow_failures: - - rvm: jruby-19mode \ No newline at end of file + - rvm: jruby-9.0.4.0 + - rvm: rbx-2