Skip to content

Commit d33fa05

Browse files
committed
Added 'RUBYOPT=-w' to CI rake task.
1 parent b81c15f commit d33fa05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ matrix:
2727
- rvm: jruby-head
2828
- rvm: 1.9.3
2929

30-
script: bundle exec rake ci
30+
script: RUBYOPT=-w bundle exec rake ci

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
build: off
1010

1111
test_script:
12-
- bundle exec rake ci
12+
- RUBYOPT=-w bundle exec rake ci
1313

1414
environment:
1515
matrix:

0 commit comments

Comments
 (0)