1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-26 12:15:26 +00:00

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

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