travis pls
This commit is contained in:
parent
a50665d09f
commit
9616381f3d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue