Skip to content

Commit 448535f

Browse files
committed
Update tested nodejs versions in .travis.yml
See See https://github.com/nodejs/Release
1 parent 3b17141 commit 448535f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22
node_js:
3-
- 6
4-
- 5
5-
- 4
6-
- 0.10
3+
- "9"
4+
- "8"
5+
- "6"
6+
- "4"
77
script: "npm run jshint && npm run test-cover"
88
# Send coverage data to Coveralls
99
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 commit comments

Comments
 (0)