Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e01989a

Browse files
committed
try adding appveyor.yml
1 parent 2d5e3b9 commit e01989a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

appveyor.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: "{build}"
2+
3+
environment:
4+
nodejs_version: "4.2.1"
5+
6+
matrix:
7+
fast_finish: true
8+
9+
install:
10+
- choco install googlechrome
11+
- ps: Install-Product node $env:nodejs_version
12+
- node --version
13+
- npm --version
14+
- npm install
15+
16+
test_script:
17+
- npm run citest-jasmine
18+
19+
build: off

0 commit comments

Comments
 (0)