Tweaking TravisCI file for caching and Node version.
This commit is contained in:
parent
8afd8dc9bf
commit
95b5535151
12
.travis.yml
12
.travis.yml
|
@ -10,17 +10,14 @@ node_js:
|
||||||
- "node"
|
- "node"
|
||||||
- "8"
|
- "8"
|
||||||
|
|
||||||
cache: yarn
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo '========== Installing gulp & dependencies =========='
|
- echo '========== Installing gulp & dependencies =========='
|
||||||
- sudo apt-get install graphicsmagick
|
- sudo apt-get install graphicsmagick
|
||||||
- convert -help
|
- convert -help
|
||||||
- yarn global add @alrra/travis-scripts
|
- npm install -g hugo-bin
|
||||||
- yarn global add hugo-bin
|
- npm install -g gulp
|
||||||
- hugo version
|
- npm install @alrra/travis-scripts
|
||||||
- yarn global add gulp
|
- npm install
|
||||||
- yarn install
|
|
||||||
|
|
||||||
- echo '========== Configuring Github Pages =========='
|
- echo '========== Configuring Github Pages =========='
|
||||||
- git config --global user.email "citra+citrabotweb@citra-emu.org"
|
- git config --global user.email "citra+citrabotweb@citra-emu.org"
|
||||||
|
@ -28,6 +25,7 @@ before_script:
|
||||||
- set-up-ssh --key "$encrypted_c7ee54b5843f_key" --iv "$encrypted_c7ee54b5843f_iv" --path-encrypted-key "bf215181b5140522137b3d4f6b73544a.enc"
|
- set-up-ssh --key "$encrypted_c7ee54b5843f_key" --iv "$encrypted_c7ee54b5843f_iv" --path-encrypted-key "bf215181b5140522137b3d4f6b73544a.enc"
|
||||||
|
|
||||||
- echo '========== Starting gulp deploy task =========='
|
- echo '========== Starting gulp deploy task =========='
|
||||||
|
- hugo version
|
||||||
- gulp all --production
|
- gulp all --production
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Reference in New Issue