.travis.yml: Add current Node.js versions

See: https://nodejs.org/en/about/releases/
This commit is contained in:
Alan Orth 2020-07-27 15:38:55 +03:00
parent 9b877752b7
commit 536dd793fe
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ node_js:
- 10
- 12
- 13
- 14
- 15
script: npm run build
dist: bionic