forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.appveyor.yml
More file actions
24 lines (19 loc) · 464 Bytes
/
.appveyor.yml
File metadata and controls
24 lines (19 loc) · 464 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
environment:
matrix:
- nodejs_version: "8"
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm@~5.6.0
- npm install
- choco install googlechrome
test_script:
- node --version
- npm --version
- npm run test:packages
- npm run test:cli
- node tests\run_e2e.js --appveyor "--glob=tests/{basic,commands,generate,build/styles}/**"
build: off
cache:
- node_modules -> package-lock.json