We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1cdd3 commit 3ea8cf4Copy full SHA for 3ea8cf4
1 file changed
.travis.yml
@@ -2,8 +2,8 @@ language: node_js
2
addons:
3
firefox: latest
4
node_js:
5
- - "10"
6
- - "12"
+ - "lts/*"
+ - "node"
7
cache: npm
8
before_install: npm install -g nyc codecov
9
script:
0 commit comments