Skip to content

Commit 52cb604

Browse files
committedSep 4, 2017
build: Node.js@7.10
1 parent 44c4c6e commit 52cb604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node_js:
99
- "4.8"
1010
- "5.12"
1111
- "6.11"
12-
- "7.9"
12+
- "7.10"
1313
matrix:
1414
include:
1515
- node_js: "8.0"

‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
- nodejs_version: "4.8"
1010
- nodejs_version: "5.12"
1111
- nodejs_version: "6.11"
12-
- nodejs_version: "7.9"
12+
- nodejs_version: "7.10"
1313
cache:
1414
- node_modules
1515
install:

0 commit comments

Comments
 (0)
Please sign in to comment.