mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 22:44:57 +08:00
Update tested versions of ruby on Travis (#1160)
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,14 +1,14 @@
|
||||
sudo: false
|
||||
|
||||
language: ruby
|
||||
|
||||
rvm:
|
||||
- 2.3.3
|
||||
- 2.4.0
|
||||
- 2.3
|
||||
- 2.4
|
||||
- 2.5
|
||||
- 2.6
|
||||
|
||||
cache: bundler
|
||||
|
||||
before_install:
|
||||
- gem update --system
|
||||
- gem install bundler
|
||||
|
||||
cache: bundler
|
||||
script: bundle exec middleman build
|
||||
|
||||
Reference in New Issue
Block a user