Skip to content

Commit f8eed2f

Browse files
committed
Update travis setting
Signed-off-by: Masahiro Nakagawa <[email protected]>
1 parent 69a0fc0 commit f8eed2f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: ruby
22

33
rvm:
4-
- 2.1.10
5-
- 2.2.9
6-
- 2.3.6
7-
- 2.4.3
8-
- 2.5.0
4+
- 2.4
5+
- 2.5
6+
- 2.6
7+
- 2.7
98
- ruby-head
109

1110
gemfile:
@@ -14,7 +13,6 @@ gemfile:
1413
branches:
1514
only:
1615
- master
17-
- v0.12
1816

1917
before_install: gem update bundler
2018
script: bundle exec rake test

0 commit comments

Comments
 (0)