Skip to content

Commit 57bb829

Browse files
authored
Merge pull request #177 from takkanm/use_latest_ruby_version_in_ci
Use latest ruby version in ci
2 parents 322cbd9 + 628c941 commit 57bb829

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

travis/.travis.yml

Lines changed: 3 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,6 @@ matrix:
4040
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
4141
- rvm: ruby-head
4242
- rvm: rbx
43-
- rvm: 2.4.0-preview1
4443
fast_finish: true
4544
branches:
4645
only:

0 commit comments

Comments
 (0)