Skip to content

Commit 47b45e6

Browse files
committed
Add ruby 2.6.1 testing and temporarily disable rails 6/master
There's no sense making the travis build take longer when rails 6 will surely fail.
1 parent 036e1a4 commit 47b45e6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ env:
55
- "RAILS_VERSION=5.0.7.1"
66
- "RAILS_VERSION=5.1.6.1"
77
- "RAILS_VERSION=5.2.2"
8-
- "RAILS_VERSION=master"
8+
# - "RAILS_VERSION=6.0.0.beta1"
9+
# - "RAILS_VERSION=master"
910
rvm:
1011
- 2.3.8
1112
- 2.4.5
1213
- 2.5.3
14+
- 2.6.1
1315
matrix:
1416
allow_failures:
1517
- env: "RAILS_VERSION=master"
18+
- env: "RAILS_VERSION=6.0.0.beta1"
19+
exclude:
20+
- rvm: 2.6.1
21+
env: "RAILS_VERSION=4.2.11"

test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake test
88
# export RAILS_VERSION=5.0.0; bundle update rails; bundle exec rake test
99
# export RAILS_VERSION=5.1.0; bundle update rails; bundle exec rake test
10+
# export RAILS_VERSION=6.0.0.beta1; bundle update rails; bundle exec rake test
1011

1112
# We are no longer having Travis test Rails 4.1.x., but you can try it with:
1213
# export RAILS_VERSION=4.1.0; bundle update rails; bundle exec rake test

0 commit comments

Comments
 (0)