Skip to content

Commit

Permalink
Lock the node version to 8. (#539)
Browse files Browse the repository at this point in the history
* Lock the node version to 8.

* Fix appveyor build by calling x64

* Remove CI for Node 4 and 5

* Update travis to only run Node 8 since we've locked the version in package.json
  • Loading branch information
coryhouse committed Feb 17, 2018
1 parent 3b05cb7 commit c36b88a
Show file tree
Hide file tree
Showing 5 changed files with 3,604 additions and 2,867 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -2,10 +2,6 @@ language: node_js
cache: yarn
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
script: yarn run test:CI
after_success:
# Send coverage data to coveralls.
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -5,13 +5,12 @@ environment:
- nodejs_version: "8"
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "5"
- nodejs_version: "4"

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version x64

# install modules
- yarn

Expand Down

0 comments on commit c36b88a

Please sign in to comment.