Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
Update CI to node 10 (#47)
Browse files Browse the repository at this point in the history
* Update travisci to node 10

* Update appveyor to node 10
  • Loading branch information
chrishelgert committed Jul 13, 2018
1 parent b9fc6af commit 2201f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "10"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js

node_js:
- 6
- 7
- 8
- 10

cache:
yarn: true
Expand Down

0 comments on commit 2201f5f

Please sign in to comment.