Skip to content

Commit 89c9f5b

Browse files
committed
Run the latest Node.js 7 version on Travis again
1 parent 5da8075 commit 89c9f5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
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)