Skip to content

Commit 3bf8c69

Browse files
authored
Remove travis ci semver locks node 7 support
1 parent a6fa1a6 commit 3bf8c69

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- "6.0"
4-
- "5.0"
5-
- "4.2"
3+
- 7
4+
- 6
5+
- 5
6+
- 4
67
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 commit comments

Comments
 (0)