starter-kit/.travis.yml
Martin Pitt a75ee494ff travis: Move to Ubuntu 20.04 LTS
Trusty, aka 14.04 LTS, is not officially supported any more.
2020-08-05 11:59:26 +02:00

8 lines
102 B
YAML

dist: bionic
sudo: false
language: node_js
node_js:
- "8"
script:
- npm install
- npm run build