don't override install in order to enable caching

This commit is contained in:
Lorin Werthen 2016-07-19 19:05:42 +02:00
parent fe0179bbd0
commit 16448c5268
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -9,8 +9,6 @@ before_install:
- openssl aes-256-cbc -K $encrypted_6059a4f451fd_key -iv $encrypted_6059a4f451fd_iv - openssl aes-256-cbc -K $encrypted_6059a4f451fd_key -iv $encrypted_6059a4f451fd_iv
-in id_rsa.enc -out deploy_key -d -in id_rsa.enc -out deploy_key -d
- echo -e "Host zeus.ugent.be\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config - echo -e "Host zeus.ugent.be\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
install:
- bundle install --without development
script: script:
- bundle exec nanoc - bundle exec nanoc
- bundle exec nanoc check elinks - bundle exec nanoc check elinks