UNPKG
choo-shortcache
Version:
latest (0.0.0)
0.0.0
choo nanocomponent cache shortcut
choo-shortcache
/
example
/
node_modules
/
insert-module-globals
/
appveyor.yml
19 lines
(14 loc)
•
287 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version:
"{build}"
environment:
matrix:
-
nodejs_version:
""
# lastest
-
nodejs_version:
"0.12"
-
nodejs_version:
"0.10"
install:
-
ps:
Install-Product
node
$env:nodejs_version
-
npm
install
build:
off
test_script:
-
node
--version
-
npm
--version
-
npm
test