.travis.yml: Update

Remove deprecated sudo, update Node.js versions to current actively
maintained and LTS versions, use Ubuntu 18.04 "Bionic" environment
instead of 16.04 "Xenial".
This commit is contained in:
Alan Orth 2020-03-29 16:44:33 +03:00
parent 3a83d4e43e
commit 1cb082e1f1
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
language: node_js
node_js:
- 8
- 10
- 11
- 12
- 13
- 14
script: npm run build
sudo: false
dist: xenial
dist: bionic
# vim: ts=2 sw=2 et