ocrcc-chatbox/.circleci/config.yml
2018-05-29 22:11:05 -04:00

17 lines
321 B
YAML

version: 2
jobs:
build:
docker:
- image: node:10
steps:
- checkout
- run:
name: dep install
command: npm install
- run:
name: install codecov
command: npm install -g codecov
- run:
name: test
command: npm test && codecov