Skip to content

Commit

Permalink
Merge pull request #1223 from cerebris/ruby_2_6
Browse files Browse the repository at this point in the history
Add ruby 2.6.1 testing and temporarily disable rails 6/master
  • Loading branch information
lgebhardt authored Feb 25, 2019
2 parents 036e1a4 + 47b45e6 commit c7872fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7872fd

Please sign in to comment.