We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66aea78 commit 328d587Copy full SHA for 328d587
1 file changed
.travis.yml
@@ -11,7 +11,7 @@ sudo:
11
# - 2.5
12
# - 2.6
13
# - 2.7
14
- # - 3.0
+ - 3.0
15
16
gemfile:
17
# - gemfiles/rails_42.gemfile
@@ -22,13 +22,13 @@ gemfile:
22
matrix:
23
# allow_failures:
24
# - gemfile: gemfiles/rails_42.gemfile
25
- include:
26
- - rvm: 3.0
27
- env: REXML_VERSION=3.2.0
+ # include:
+ # - rvm: 3.0
+ # env: REXML_VERSION=3.2.0
28
29
before_script:
30
- - echo "$REXML_VERSION"
31
- - if [[ "$REXML_VERSION" != "" ]]; then gem install rexml -v "$REXML_VERSION"; fi
+ # - echo "$REXML_VERSION"
+ # - if [[ "$REXML_VERSION" != "" ]]; then gem install rexml -v "$REXML_VERSION"; fi
32
- git submodule update --remote --recursive
33
34
script:
0 commit comments