mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Update to bundler 2.0 in travis.yml
This commit is contained in:
parent
98951d5ca9
commit
0b195a9908
1 changed files with 4 additions and 0 deletions
|
|
@ -6,5 +6,9 @@ rvm:
|
|||
- 2.3.3
|
||||
- 2.4.0
|
||||
|
||||
before_install:
|
||||
- gem update --system
|
||||
- gem install bundler
|
||||
|
||||
cache: bundler
|
||||
script: bundle exec middleman build
|
||||
|
|
|
|||
Loading…
Reference in a new issue