Skip to content

Commit 7b3f45e

Browse files
committed
Remove patch Ruby versions from Travis build matrix
These are no longer necessary to specify.
1 parent 2f58329 commit 7b3f45e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ env:
99
- "JRUBY_OPTS=--dev"
1010

1111
rvm:
12-
- 2.4.6
13-
- 2.5.5
14-
- 2.6.3
12+
- 2.4
13+
- 2.5
14+
- 2.6
1515
- jruby-9.2.6.0
1616

1717
before_install:

0 commit comments

Comments
 (0)