citra-emu
/
citra-web
Archived
1
0
Fork 0

Tweaking TravisCI file for caching and Node version.

This commit is contained in:
chris062689 2017-09-05 22:32:03 -04:00
parent f4b8383925
commit 8afd8dc9bf
1 changed files with 4 additions and 5 deletions

View File

@ -6,12 +6,11 @@
language: node_js
node_js: "node"
node_js:
- "node"
- "8"
cache:
yarn: true
directories:
- node_modules
cache: yarn
before_script:
- echo '========== Installing gulp & dependencies =========='