mirror of
https://github.com/nishiki/is_master.git
synced 2024-11-23 03:27:51 +00:00
chore: update ruby version in travis file
This commit is contained in:
parent
cd9db909c7
commit
cc65e5c0f7
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
dist: precise
|
dist: precise
|
||||||
rvm:
|
rvm:
|
||||||
- 2.4.2
|
- 2.5.0
|
||||||
- 2.3.5
|
- 2.4.3
|
||||||
- 2.2.8
|
- 2.3.6
|
||||||
|
- 2.2.9
|
||||||
- 2.1.10
|
- 2.1.10
|
||||||
install:
|
install:
|
||||||
- bundle install
|
- bundle install
|
||||||
|
|
Loading…
Reference in a new issue