From fcdb484624a6cad796f4b085a4942e7b1d37c39c Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Sat, 19 Oct 2019 11:06:53 +0200 Subject: [PATCH] Move installation within script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9c427db..6ce4b3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby -install: gem install jekyll bundler script: + - gem install jekyll bundler - bundle install - bundle exec jekyll build cache: bundler