Skip to content

Commit 2f08609

Browse files
committed
Reminder in travis config to revert when rvm/rubygems issue is resolved
1 parent 997da95 commit 2f08609

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jdk:
1414
- oraclejdk7
1515
- openjdk7
1616

17+
# uncomment this when these issues are resolved:
18+
# https://github.com/travis-ci/travis-ci/issues/2226
19+
# https://github.com/wayneeseguin/rvm/issues/2820
20+
#bundler_args: --without deploy development
21+
22+
# delete this when the issue referenced above is resolved
1723
install: ruby -S bundle install --without deploy development
1824

1925
before_install: rm -f Gemfile.lock

0 commit comments

Comments
 (0)