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