Skip to content

Commit

Permalink
Merge 076fe98 into 59dfa61
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden authored Aug 1, 2018
2 parents 59dfa61 + 076fe98 commit cefb3fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- "node"
- "6"
- "4"

branches:
only:
Expand Down
8 changes: 1 addition & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"

platform:
- x86
- x64

branches:
only:
Expand All @@ -19,7 +13,7 @@ init:

# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- ps: Install-Product node $env:nodejs_version
- npm install

# Post-install test scripts.
Expand Down

0 comments on commit cefb3fb

Please sign in to comment.