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

Skip to content

Commit ba04ddb

Browse files
committed
run test on IE on appveyor
1 parent 7399a0d commit ba04ddb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ matrix:
77
fast_finish: true
88

99
install:
10-
- choco install googlechrome
1110
- ps: Install-Product node $env:nodejs_version
1211
- node --version
1312
- npm --version
1413
- npm install
1514

1615
test_script:
17-
- npm run citest-jasmine
16+
- npm run citest-jasmine -- ie
1817

1918
build: off

0 commit comments

Comments
 (0)