Skip to content

Commit 9e286a7

Browse files
committed
testing appveyor
1 parent 9fc41d1 commit 9e286a7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

appveyor.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
os: unstable
2+
cache:
3+
- node_modules
4+
environment:
5+
matrix:
6+
- nodejs_version: 8.4
7+
install:
8+
- ps: Install-Product node $env:nodejs_version
9+
- set CI=true
10+
- npm install -g npm@latest
11+
- npm install -g yarn
12+
- set PATH=%APPDATA%\npm;%PATH%
13+
- yarn install
14+
matrix:
15+
fast_finish: true
16+
build: off
17+
version: '{build}'
18+
shallow_clone: true
19+
clone_depth: 1
20+
test_script:
21+
- yarn run publish

0 commit comments

Comments
 (0)