Files
talk/circle.yml
T
2017-01-24 13:46:53 -07:00

24 lines
439 B
YAML

machine:
node:
version: 7
services:
- docker
- redis
test:
override:
- npm run lint
- ./bin/cli settings init
- MOCHA_FILE=$CIRCLE_TEST_REPORTS/junit/test-results.xml ./node_modules/.bin/mocha tests --reporter mocha-junit-reporter
deployment:
release:
tag: /[0-9]+(\.[0-9]+)*/
commands:
- bash ./scripts/deploy.sh
latest:
branch: master
commands:
- bash ./scripts/deploy.sh