don't override install in order to enable caching
This commit is contained in:
parent
fe0179bbd0
commit
16448c5268
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ before_install:
|
|||
- openssl aes-256-cbc -K $encrypted_6059a4f451fd_key -iv $encrypted_6059a4f451fd_iv
|
||||
-in id_rsa.enc -out deploy_key -d
|
||||
- echo -e "Host zeus.ugent.be\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||
install:
|
||||
- bundle install --without development
|
||||
script:
|
||||
- bundle exec nanoc
|
||||
- bundle exec nanoc check elinks
|
||||
|
|
Loading…
Reference in a new issue