mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-04-30 12:51:48 +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
|
language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.3.3
|
- 2.3
|
||||||
- 2.4.0
|
- 2.4
|
||||||
|
- 2.5
|
||||||
|
- 2.6
|
||||||
|
|
||||||
|
cache: bundler
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- gem update --system
|
- gem update --system
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
|
|
||||||
cache: bundler
|
|
||||||
script: bundle exec middleman build
|
script: bundle exec middleman build
|
||||||
|
|||||||
Reference in New Issue
Block a user