travis: Move to current LTS node.js

Version 8 is ancient and not supported any more, see
https://docs.travis-ci.com/user/languages/javascript-with-nodejs/

Newer versions of copy-webpack-plugin don't work any more with 8.
This commit is contained in:
Martin Pitt 2020-09-28 07:35:03 +02:00
parent 44b94eb59d
commit 7dec8a1227

View file

@ -2,6 +2,6 @@ dist: bionic
sudo: false
language: node_js
node_js:
- "8"
- "lts/*"
script:
- make