travis pls

This commit is contained in:
Lorin Werthen 2016-07-27 20:30:17 +02:00
parent a50665d09f
commit 9616381f3d
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -1,6 +1,8 @@
language: ruby language: ruby
cache: bundler cache:
bundler: true
rvm: rvm:
- 2.3.1 - 2.3.1
notifications: notifications:
@ -10,6 +12,7 @@ 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
- npm install
script: script:
- bundle exec nanoc - bundle exec nanoc
- bundle exec nanoc check --deploy - bundle exec nanoc check --deploy