Skip to content

Commit 4c7e9ab

Browse files
nhooyrkylecarbs
authored andcommitted
ci: enable travis npm cache (#110)
* ci: enable travis npm cache * ci: upgrade travis version Thanks @zerdos * ci: switch to using yarn cache
1 parent d0a9b15 commit 4c7e9ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- 8.10.0
3+
- 8.15.0
44
env:
55
- VERSION="1.32.0-$TRAVIS_BUILD_NUMBER"
66
matrix:
@@ -35,3 +35,4 @@ deploy:
3535
on:
3636
repo: codercom/code-server
3737
branch: master
38+
cache: yarn

0 commit comments

Comments
 (0)