starter-kit/.travis.yml
Martin Pitt 7dec8a1227 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.
2020-09-28 07:35:50 +02:00

7 lines
81 B
YAML

dist: bionic
sudo: false
language: node_js
node_js:
- "lts/*"
script:
- make