Skip to content

Commit ca07193

Browse files
committed
use latest ruby version in CI
1 parent 322cbd9 commit ca07193

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

travis/.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ rvm:
1717
- 1.9.3
1818
- 2.0.0
1919
- 2.1
20-
- 2.2.5
21-
- 2.3.3
22-
- 2.4.0-preview1
20+
- 2.2.7
21+
- 2.3.4
22+
- 2.4.1
2323
- ruby-head
2424
- ree
2525
- rbx
@@ -40,7 +40,7 @@ matrix:
4040
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
4141
- rvm: ruby-head
4242
- rvm: rbx
43-
- rvm: 2.4.0-preview1
43+
- rvm: 2.4.1
4444
fast_finish: true
4545
branches:
4646
only:

0 commit comments

Comments
 (0)