Skip to content

Commit 6467658

Browse files
committed
Lock down Travis CI Node 7 version to 7.7.1
1 parent 0448184 commit 6467658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
- "4"
55
- "6"
6-
- "7"
6+
- "7.7.1" # locked down because of https://github.com/nodejs/node/pull/11762
77
after_success: npm run coverage
88

99
# see https://www.npmjs.com/package/phantomjs-prebuilt#continuous-integration

0 commit comments

Comments
 (0)