Skip to content

Commit be27bc0

Browse files
committed
Final change to Travis file
1 parent ed22f27 commit be27bc0

1 file changed

Lines changed: 11 additions & 18 deletions

File tree

.travis.yml

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,24 @@ sudo:
44
false
55

66
rvm:
7-
# RETIRING
8-
# - 2.2
9-
# - 2.3
10-
# - 2.4
11-
# - 2.5
12-
# - 2.6
13-
# - 2.7
7+
# RETIRING 2.2 and 2.3
8+
- 2.4
9+
- 2.5
10+
- 2.6
11+
- 2.7
1412
- 3.0
1513

1614
gemfile:
17-
# - gemfiles/rails_42.gemfile
18-
# - gemfiles/rails_50.gemfile
19-
# - gemfiles/rails_51.gemfile
15+
- gemfiles/rails_42.gemfile
16+
- gemfiles/rails_50.gemfile
17+
- gemfiles/rails_51.gemfile
2018
- gemfiles/rails_52.gemfile
2119

22-
# matrix:
23-
# allow_failures:
24-
# - gemfile: gemfiles/rails_42.gemfile
25-
# include:
26-
# - rvm: 3.0
27-
# env: REXML_VERSION=3.2.0
20+
matrix:
21+
allow_failures:
22+
- gemfile: gemfiles/rails_42.gemfile
2823

2924
before_script:
30-
# - echo "$REXML_VERSION"
31-
# - if [[ "$REXML_VERSION" != "" ]]; then gem install rexml -v "$REXML_VERSION"; fi
3225
- git submodule update --remote --recursive
3326

3427
script:

0 commit comments

Comments
 (0)