Setup Travis CI to run build in release mode

This commit is contained in:
Norbert Renner 2019-05-23 12:09:11 +02:00
parent 1bcc2ea8a4
commit 40dbd2bc19
2 changed files with 5 additions and 1 deletions

4
.travis.yml Normal file
View file

@ -0,0 +1,4 @@
language: node_js
node_js:
- lts/*
cache: yarn

View file

@ -8,7 +8,7 @@
"transifex-push": "gulp i18next && tx push --source",
"transifex-pull": "tx pull --all --minimum-perc 1 --force && (git add locales/*.json && git commit locales/*.json -m 'Update translations' || true)",
"layers": "node layers/josm/extract.js && node layers/collection/extract.js",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "gulp",
"prettier": "prettier --write '**/*'"
},
"husky": {