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

Commit 2201f5f

Browse files
authored
Update CI to node 10 (#47)
* Update travisci to node 10 * Update appveyor to node 10
1 parent b9fc6af commit 2201f5f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
environment:
22
matrix:
3-
- nodejs_version: "6"
4-
- nodejs_version: "7"
53
- nodejs_version: "8"
4+
- nodejs_version: "10"
65

76
install:
87
- ps: Install-Product node $env:nodejs_version

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22

33
node_js:
4-
- 6
5-
- 7
64
- 8
5+
- 10
76

87
cache:
98
yarn: true

0 commit comments

Comments
 (0)