Skip to content

Commit 3ea8cf4

Browse files
committed
travis: use "node" (latest) and "lts/*" for node_js versions
1 parent 1a1cdd3 commit 3ea8cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: node_js
22
addons:
33
firefox: latest
44
node_js:
5-
- "10"
6-
- "12"
5+
- "lts/*"
6+
- "node"
77
cache: npm
88
before_install: npm install -g nyc codecov
99
script:

0 commit comments

Comments
 (0)