Skip to content

Commit a8329e2

Browse files
authored
also test on node.js 7
1 parent e98a969 commit a8329e2

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)