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.
7 lines
81 B
YAML
7 lines
81 B
YAML
dist: bionic
|
|
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "lts/*"
|
|
script:
|
|
- make
|