.travis.yml: Use Ubuntu 16.04 "xenial"

This commit is contained in:
Alan Orth 2019-04-19 11:04:37 +03:00
parent 9bb2ec06b0
commit 1320168ebd
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ node_js:
- 11
script: npm run build
sudo: false
dist: trusty
dist: xenial
# vim: ts=2 sw=2 et