File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 5
5
- " RAILS_VERSION=5.0.7.1"
6
6
- " RAILS_VERSION=5.1.6.1"
7
7
- " RAILS_VERSION=5.2.2"
8
- - " RAILS_VERSION=master"
8
+ # - "RAILS_VERSION=6.0.0.beta1"
9
+ # - "RAILS_VERSION=master"
9
10
rvm :
10
11
- 2.3.8
11
12
- 2.4.5
12
13
- 2.5.3
14
+ - 2.6.1
13
15
matrix :
14
16
allow_failures :
15
17
- 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"
Original file line number Diff line number Diff line change 7
7
# export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake test
8
8
# export RAILS_VERSION=5.0.0; bundle update rails; bundle exec rake test
9
9
# 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
10
11
11
12
# We are no longer having Travis test Rails 4.1.x., but you can try it with:
12
13
# export RAILS_VERSION=4.1.0; bundle update rails; bundle exec rake test
You can’t perform that action at this time.
0 commit comments