Skip to content

Commit

Permalink
only test node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Aug 1, 2018
1 parent 59dfa61 commit 53cf96c
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 53cf96c

Please sign in to comment.