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 997da95 commit 2f08609Copy full SHA for 2f08609
.travis.yml
@@ -14,6 +14,12 @@ jdk:
14
- oraclejdk7
15
- openjdk7
16
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
23
install: ruby -S bundle install --without deploy development
24
25
before_install: rm -f Gemfile.lock
0 commit comments