mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01: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:
parent
e418ecf653
commit
3e9d86ee91
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue