mirror of
https://github.com/danbulant/api_docs
synced 2026-06-19 22:31:47 +00:00
Update tested versions of ruby on Travis (#1160)
This commit is contained in:
parent
19eb770ca1
commit
043c792c0e
1 changed files with 6 additions and 6 deletions
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue