Skip to content

Commit c25e8ef

Browse files
committed
fix Travis warnings
1 parent 2cd9459 commit c25e8ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ env:
33
- "JRUBY_OPTS=-Xcext.enabled=true"
44
- "CC_TEST_REPORTER_ID=faa393209ff0a104cf37511a9a03510bcee37951971b1ca4ffc2af217851d47e"
55
language: ruby
6+
os: linux
67
rvm:
78
- 1.8.7
89
- ree
@@ -18,7 +19,7 @@ rvm:
1819
- 3.0
1920
- ruby-head
2021
- jruby
21-
matrix:
22+
jobs:
2223
allow_failures:
2324
- rvm: 1.8.7
2425
- rvm: ree
@@ -35,4 +36,3 @@ before_script:
3536
script: "rake test" # test:scanners"
3637
after_script:
3738
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
38-
sudo: false

0 commit comments

Comments
 (0)