diff --git a/.travis.yml b/.travis.yml index ea9bbe781..837e2faec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,17 @@ env: - "RAILS_VERSION=5.0.7.1" - "RAILS_VERSION=5.1.6.1" - "RAILS_VERSION=5.2.2" - - "RAILS_VERSION=master" +# - "RAILS_VERSION=6.0.0.beta1" +# - "RAILS_VERSION=master" rvm: - 2.3.8 - 2.4.5 - 2.5.3 + - 2.6.1 matrix: allow_failures: - env: "RAILS_VERSION=master" + - env: "RAILS_VERSION=6.0.0.beta1" + exclude: + - rvm: 2.6.1 + env: "RAILS_VERSION=4.2.11" diff --git a/test/test_helper.rb b/test/test_helper.rb index dc5b5fdf3..09ed740b2 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -7,6 +7,7 @@ # export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake test # export RAILS_VERSION=5.0.0; bundle update rails; bundle exec rake test # export RAILS_VERSION=5.1.0; bundle update rails; bundle exec rake test +# export RAILS_VERSION=6.0.0.beta1; bundle update rails; bundle exec rake test # We are no longer having Travis test Rails 4.1.x., but you can try it with: # export RAILS_VERSION=4.1.0; bundle update rails; bundle exec rake test