Skip to content

Commit 9d44e59

Browse files
Merge pull request #434 from tediousjs/arthurschreiber-pin-nodejs-version
Pin builds to Node.js 6.3.x
2 parents b523f1a + 0e1a8cc commit 9d44e59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node_js:
77
- "0.12"
88
- "4"
99
- "5"
10-
- "6"
10+
- "6.3"
1111

1212
branches:
1313
only:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
- nodejs_version: "0.12"
77
- nodejs_version: "4"
88
- nodejs_version: "5"
9-
- nodejs_version: "6"
9+
- nodejs_version: "6.3"
1010

1111
branches:
1212
only:

0 commit comments

Comments
 (0)