Skip to content

Commit 3a93167

Browse files
authored
Merge pull request #3262 from strongloop/fix/ci-on-node-7.7.2
Fix CI on Node 7.7.2
2 parents 0448184 + 6467658 commit 3a93167

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)