Skip to content

Commit 92e9f87

Browse files
authored
Merge pull request #11 from DanielRuf/tests/add-nodejs-10
tests: add Node.js 10
2 parents b64a736 + 7b180ba commit 92e9f87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- "8"
3+
- "stable"
44

55
env:
66
global:
7-
- BUILD_TIMEOUT=10000
7+
- BUILD_TIMEOUT=10000

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ init:
1010
environment:
1111
matrix:
1212
# node.js
13-
- nodejs_version: 8
13+
- nodejs_version: stable
1414

1515
install:
1616
- ps: Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)