mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
Add Ruby 2.4.0 to .travis.yml
This commit is contained in:
parent
37ea3fb419
commit
64e4726088
1 changed files with 1 additions and 1 deletions
|
|
@ -4,8 +4,8 @@ language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.2.5
|
- 2.2.5
|
||||||
- 2.3.1
|
|
||||||
- 2.3.3
|
- 2.3.3
|
||||||
|
- 2.4.0
|
||||||
|
|
||||||
cache: bundler
|
cache: bundler
|
||||||
script: bundle exec middleman build
|
script: bundle exec middleman build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue