ci: enable travis npm cache (#110)

* ci: enable travis npm cache

* ci: upgrade travis version

Thanks @zerdos

* ci: switch to using yarn cache
This commit is contained in:
Anmol Sethi 2019-03-08 12:21:11 -05:00 committed by Kyle Carberry
parent e418ecf653
commit 3e9d86ee91
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- 8.10.0
- 8.15.0
env:
- VERSION="1.32.0-$TRAVIS_BUILD_NUMBER"
matrix:
@ -35,3 +35,4 @@ deploy:
on:
repo: codercom/code-server
branch: master
cache: yarn