Skip to content

Commit 31b426e

Browse files
committed
Try to fix Ruby 1.8.7 build.
1 parent c4cc824 commit 31b426e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ rvm:
77
- "2.3.3"
88
- "2.4.0"
99
- "ruby-head"
10-
script: bundle exec rake
10+
env:
11+
script: rake
1112
matrix:
1213
allow_failures:
1314
- rvm: 1.8.7
15+
env: RUBYOPT=rubygems

0 commit comments

Comments
 (0)