Skip to content

Commit ac9358a

Browse files
committed
Chore: configure appveyor to run on only Node 8.
1 parent fbd4024 commit ac9358a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

appveyor.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
version: '{build}'
22
shallow_clone: true
3-
matrix:
4-
fast_finish: true
5-
6-
environment:
7-
matrix:
8-
- nodejs_version: '4.0.0'
9-
- nodejs_version: '4'
10-
- nodejs_version: '6'
11-
- nodejs_version: '8'
123

134
install:
14-
- ps: Install-Product node $env:nodejs_version
5+
- ps: Install-Product node 8
156
- set CI=true
167
- set AVA_APPVEYOR=true
178
- node --version

0 commit comments

Comments
 (0)