Skip to content

Commit df2a679

Browse files
committed
Stop testing against inactive LTS releases of node
1 parent 764b891 commit df2a679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ sudo: false
33
branches:
44
except:
55
- /^greenkeeper.*/
6+
# Test against Long Term Support (LTS) releases in a "current", "active", and
7+
# "maintenance" status: https://nodejs.org/en/about/releases/
68
node_js:
79
- 12
810
- 10
9-
- 8
10-
- 6
1111
install:
1212
- npm install -g codecov
1313
- npm install

0 commit comments

Comments
 (0)