Skip to content

Commit cf5b7a4

Browse files
committed
added appveyor.yml
1 parent 6a528ca commit cf5b7a4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

appveyor.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
environment:
2+
nodejs_version: "5.10.1"
3+
4+
install:
5+
- ps: Install-Product node $env:nodejs_version
6+
- npm install
7+
8+
test_script:
9+
# Output useful info for debugging.
10+
- node --version
11+
- npm --version
12+
- npm run lint
13+
14+
# Don't actually build.
15+
build: off

0 commit comments

Comments
 (0)