speedup maybe?
This commit is contained in:
parent
2697778ec7
commit
58a0562290
1 changed files with 7 additions and 4 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,12 +1,19 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
apt: true
|
||||||
bundler: true
|
bundler: true
|
||||||
# Cache nanoc directories
|
# Cache nanoc directories
|
||||||
directories:
|
directories:
|
||||||
- output
|
- output
|
||||||
- tmp
|
- tmp
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- pandoc
|
||||||
|
- texlive-full
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
@ -21,10 +28,6 @@ before_install:
|
||||||
-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
|
- npm install
|
||||||
- sudo apt-get update -qq
|
|
||||||
- sudo apt-get install -y pandoc
|
|
||||||
- sudo apt-get install -y texlive-full
|
|
||||||
- sudo apt-get install -y texlive-xetex
|
|
||||||
script:
|
script:
|
||||||
- bundle exec nanoc --env=prod
|
- bundle exec nanoc --env=prod
|
||||||
- bundle exec nanoc --env=prod check --deploy
|
- bundle exec nanoc --env=prod check --deploy
|
||||||
|
|
Loading…
Reference in a new issue