Skip to content

Commit 05b3b7a

Browse files
committed
add appveyor.yml, test lib_test.js
1 parent ba5ccfb commit 05b3b7a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

appveyor.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
environment:
2+
nodejs_version: "10"
3+
4+
install:
5+
- ps: Install-Product node $env:nodejs_version
6+
# faster than `npm install`
7+
- npm ci
8+
9+
test_script:
10+
- node --version
11+
- npm --version
12+
- npm run test-jasmine -- lib --IE11
13+
14+
build: off

0 commit comments

Comments
 (0)