Try bundle install
This commit is contained in:
parent
94c330f212
commit
71aafdad08
|
@ -1,4 +1,6 @@
|
|||
language: ruby
|
||||
install: gem install jekyll bundler
|
||||
script: bundle exec jekyll build
|
||||
script:
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
||||
cache: bundler
|
||||
|
|
Loading…
Reference in New Issue