Skip to content

Commit 7f49d54

Browse files
authored
add node.js 7 to travis
1 parent 3697257 commit 7f49d54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ language: node_js
33
node_js:
44
- "4"
55
- "6"
6+
- "7"
67
script: npm run travis
78

8-
before_install:
9-
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
10-
119
after_success:
1210
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
1311
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js

0 commit comments

Comments
 (0)