File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ # https://www.appveyor.com/docs/appveyor-yml/
2+
3+ cache :
4+ - node_modules
5+
6+ environment :
7+ IE_BIN : " %PROGRAMFILES%\\ Internet Explorer\\ iexplorer.exe"
8+
9+ install :
10+ - npm install
11+
12+ test_script :
13+ - npm run test-ie
14+
15+ build : off
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "test" : " make test" ,
99 "test-debug" : " karma start --browsers=Chrome --single-run=false" ,
10+ "test-ie" : " karma start --single-run --browsers ie" ,
1011 "dev" : " make dev" ,
1112 "build" : " make clean build" ,
1213 "lint" : " make lint"
4546 "karma-chrome-launcher" : " ^1.0.1" ,
4647 "karma-cli" : " 1.0.1" ,
4748 "karma-firefox-launcher" : " ^1.0.0" ,
49+ "karma-ie-launcher" : " ^1.0.0" ,
4850 "karma-jasmine" : " ^1.0.2" ,
4951 "karma-phantomjs-launcher" : " ^1.0.1" ,
5052 "karma-phantomjs-shim" : " ^1.4.0" ,
You can’t perform that action at this time.
0 commit comments