mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
don't cache cc @albinekb
This commit is contained in:
parent
928a9275cd
commit
aec98f08b3
1 changed files with 0 additions and 3 deletions
|
|
@ -11,9 +11,6 @@ image: Visual Studio 2015
|
||||||
init:
|
init:
|
||||||
- npm config set msvs_version 2015 # we need this to build `pty.js`
|
- npm config set msvs_version 2015 # we need this to build `pty.js`
|
||||||
|
|
||||||
cache:
|
|
||||||
- node_modules
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node 6 x64
|
- ps: Install-Product node 6 x64
|
||||||
- set CI=true
|
- set CI=true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue