Skip to content

Commit ec89197

Browse files
committed
trying to fix tests for Ruby 2.4
1 parent d4117f6 commit ec89197

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rvm:
99
- 2.1
1010
- 2.2
1111
- 2.3
12-
- 2.4
12+
- 2.4.2
1313
- ruby-head
1414
- jruby
1515
branches:
@@ -21,6 +21,5 @@ matrix:
2121
allow_failures:
2222
- rvm: ruby-head
2323
- rvm: jruby
24-
- rvm: rbx
2524
script: "rake test" # test:scanners"
2625
sudo: false

0 commit comments

Comments
 (0)