Skip to content

Commit

Permalink
Updated CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jul 30, 2018
1 parent 477452b commit 13e318f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: node_js
node_js:
- 6
- 8
- 10

matrix:
fast_finish: true
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ environment:
matrix:
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 10

platform:
- x64
Expand All @@ -23,4 +24,4 @@ test_script:

cache:
# global npm cache
- '%APPDATA%\\npm-cache'
- '%APPDATA%\npm-cache'

0 comments on commit 13e318f

Please sign in to comment.