starter-kit/.travis.yml
Martin Pitt cbedf06704 Fix building PO template
The current version failed with

    Option "--directory" requires 1 arguments, but 0 were provided

In the current stdio npm module version, getopt() now requires a
`default:` attribute, otherwise it considers the options as required.

Also sync PO helpers with current cockpit.

Add PO template build to travis check, to make sure that it keeps
working.

Closes #375
2020-09-29 13:50:31 +03:00

8 lines
109 B
YAML

dist: bionic
sudo: false
language: node_js
node_js:
- "lts/*"
script:
- make
- make po/starter-kit.pot