Skip to content

Commit

Permalink
Chore: configure appveyor to run on only Node 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Aug 28, 2017
1 parent fbd4024 commit ac9358a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
version: '{build}'
shallow_clone: true
matrix:
fast_finish: true

environment:
matrix:
- nodejs_version: '4.0.0'
- nodejs_version: '4'
- nodejs_version: '6'
- nodejs_version: '8'

install:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node 8
- set CI=true
- set AVA_APPVEYOR=true
- node --version
Expand Down

0 comments on commit ac9358a

Please sign in to comment.