mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 20:28:52 +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
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue