.travis.yml in anyway_config-0.1.0 vs .travis.yml in anyway_config-0.2.0
- old
+ new
@@ -1,20 +1,31 @@
language: ruby
cache: bundler
rvm:
- - 2.0.0
- - 2.1
+ - 2.2
-gemfile:
- - Gemfile
+notifications:
+ email: false
matrix:
+ allow_failures:
+ - rvm: :jruby
+
include:
+ - rvm: 1.9.3
+ gemfile: gemfiles/rails32.gemfile
+
+ - rvm: jruby
+ gemfile: gemfiles/rails32.gemfile
+
- rvm: 2.0.0
gemfile: gemfiles/rails40.gemfile
- rvm: 2.1
gemfile: gemfiles/rails40.gemfile
+
+ - rvm: jruby
+ gemfile: gemfiles/rails41.gemfile
- rvm: 2.1
gemfile: gemfiles/rails41.gemfile
- rvm: 2.1
\ No newline at end of file