Skip to content

Commit 8346f45

Browse files
committed
Removed 'RUBYOPT=-w' from appveyor.
1 parent f629553 commit 8346f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
- RUBYOPT=-w bundle exec rake ci
12+
- bundle exec rake ci
1313

1414
environment:
1515
matrix:

0 commit comments

Comments
 (0)