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
8 lines
109 B
YAML
8 lines
109 B
YAML
dist: bionic
|
|
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "lts/*"
|
|
script:
|
|
- make
|
|
- make po/starter-kit.pot
|