Skip to content

Commit 9e5159d

Browse files
dguotunnckoCore
authored andcommitted
Test against Node LTS versions (#6)
The previously listed versions have all been end-of-lifed.
1 parent 74ae57d commit 9e5159d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 'iojs'
5-
- '0.12'
6-
- '0.10'
4+
- '10'
5+
- '8'
6+
- '6'
77
script: 'make test-travis'
88
after_script: 'npm install coveralls@2 && cat ./coverage/lcov.info | coveralls'

0 commit comments

Comments
 (0)