blurts-server/.travis.yml

18 строки
341 B
YAML
Исходник Обычный вид История

2018-02-09 05:32:39 +03:00
language: node_js
node_js:
- "node"
- "lts/*"
services:
- postgresql
env:
- NODE_ENV=tests
install:
- sudo pip install compare-locales
- npm install
before_script:
- compare-locales --validate l10n.toml .
- compare-locales l10n.toml . `ls locales`
- cp .env-dist .env
- createdb test-blurts
2018-08-30 23:21:30 +03:00
- npm install npm@latest -g