.travis.yml: Only build on Node.js LTS versions

This commit is contained in:
Alan Orth 2020-12-10 12:48:38 +02:00
parent bfac136c3e
commit e1dfe242a6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ language: node_js
node_js:
- 10
- 12
- 13
- 14
script: npm run build
os: linux