starter-kit/.travis.yml
Martin Pitt 7aa26f19ad travis: Move to Ubuntu 20.04 LTS
Trusty, aka 14.04 LTS, is not officially supported any more.
2020-08-05 13:45:57 +02:00

8 lines
102 B
YAML

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