Skip to content

Commit ffa5ad7

Browse files
committed
bump .travis to use the LTS notation
1 parent d9e8a13 commit ffa5ad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "8"
4+
- "lts/*"
55
- "9"
66
- "10"
77
matrix:
88
include:
9-
- node_js: "8"
9+
- node_js: "lts/*"
1010
env: TEST_SUITE=standard
11-
- node_js: "8"
11+
- node_js: "lts/*"
1212
env: TEST_SUITE=coverage
1313
env:
1414
- TEST_SUITE=unit

0 commit comments

Comments
 (0)