mirror of
https://github.com/nishiki/swapus.git
synced 2024-11-23 04:47:52 +00:00
chore: update ruby version for travis tests
This commit is contained in:
parent
ac584cf9b8
commit
c6107d5917
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
dist: precise
|
dist: precise
|
||||||
rvm:
|
rvm:
|
||||||
- 2.4.2
|
- 2.5.0
|
||||||
- 2.3.5
|
- 2.4.3
|
||||||
|
- 2.3.6
|
||||||
install:
|
install:
|
||||||
- bundle install
|
- bundle install
|
||||||
- gem build swapus.gemspec
|
- gem build swapus.gemspec
|
||||||
|
|
Loading…
Reference in a new issue