Try using bundler directly
This commit is contained in:
parent
48c722b002
commit
59e8bfdf03
|
@ -1,4 +1,3 @@
|
|||
language: ruby
|
||||
|
||||
install: gem install jekyll
|
||||
script: jekyll build
|
||||
install: gem install jekyll bundler
|
||||
script: bundle exec jekyll build
|
||||
|
|
Loading…
Reference in New Issue