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 b81c15f commit d33fa05Copy full SHA for d33fa05
.travis.yml
@@ -27,4 +27,4 @@ matrix:
27
- rvm: jruby-head
28
- rvm: 1.9.3
29
30
-script: bundle exec rake ci
+script: RUBYOPT=-w bundle exec rake ci
appveyor.yml
@@ -9,7 +9,7 @@ install:
9
build: off
10
11
test_script:
12
- - bundle exec rake ci
+ - RUBYOPT=-w bundle exec rake ci
13
14
environment:
15
matrix:
0 commit comments