starter-kit/.travis.yml
Martin Pitt e4dc9d7118 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:49:01 +02:00

7 lines
81 B
YAML

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