Skip to content

Commit 960e118

Browse files
authored
Merge pull request #3285 from strongloop/fix/travis-config
Run the latest Node.js 7 version on Travis again
2 parents 5da8075 + 89c9f5b commit 960e118

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ language: node_js
33
node_js:
44
- "4"
55
- "6"
6-
- "7.7.1" # locked down because of https://github.com/nodejs/node/pull/11762
6+
- "7"
7+
78
after_success: npm run coverage
89

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

0 commit comments

Comments
 (0)