Skip to content

Commit

Permalink
ci: enable travis npm cache (coder#110)
Browse files Browse the repository at this point in the history
* ci: enable travis npm cache

* ci: upgrade travis version

Thanks @zerdos

* ci: switch to using yarn cache
  • Loading branch information
nhooyr authored and kylecarbs committed Mar 8, 2019
1 parent e418ecf commit 3e9d86e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 8.10.0
- 8.15.0
env:
- VERSION="1.32.0-$TRAVIS_BUILD_NUMBER"
matrix:
Expand Down Expand Up @@ -35,3 +35,4 @@ deploy:
on:
repo: codercom/code-server
branch: master
cache: yarn

0 comments on commit 3e9d86e

Please sign in to comment.