Skip to content

Commit 392619a

Browse files
committed
[ci] ensure that we are using LTS versions of node
1 parent 577eb97 commit 392619a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ script:
66
- npm run coverage
77
- cat coverage/lcov.info | lcov-server --upload https://lcov-server.gabrielcsapo.com
88
node_js:
9-
- "6"
109
- "8"
10+
- "10"
11+
- "11"
12+
- "12"
1113
os:
1214
- linux
1315
sudo: false

0 commit comments

Comments
 (0)