Skip to content

Commit 328d587

Browse files
committed
Testing without Travis variables
1 parent 66aea78 commit 328d587

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sudo:
1111
# - 2.5
1212
# - 2.6
1313
# - 2.7
14-
# - 3.0
14+
- 3.0
1515

1616
gemfile:
1717
# - gemfiles/rails_42.gemfile
@@ -22,13 +22,13 @@ gemfile:
2222
matrix:
2323
# allow_failures:
2424
# - gemfile: gemfiles/rails_42.gemfile
25-
include:
26-
- rvm: 3.0
27-
env: REXML_VERSION=3.2.0
25+
# include:
26+
# - rvm: 3.0
27+
# env: REXML_VERSION=3.2.0
2828

2929
before_script:
30-
- echo "$REXML_VERSION"
31-
- if [[ "$REXML_VERSION" != "" ]]; then gem install rexml -v "$REXML_VERSION"; fi
30+
# - echo "$REXML_VERSION"
31+
# - if [[ "$REXML_VERSION" != "" ]]; then gem install rexml -v "$REXML_VERSION"; fi
3232
- git submodule update --remote --recursive
3333

3434
script:

0 commit comments

Comments
 (0)