ocrcc-chatbox/.circleci/config.yml

17 lines
321 B
YAML
Raw Normal View History

2018-05-30 01:56:01 +00:00
version: 2
jobs:
build:
docker:
- image: node:10
steps:
- checkout
- run:
name: dep install
command: npm install
2018-05-30 02:11:02 +00:00
- run:
name: install codecov
command: npm install -g codecov
2018-05-30 01:56:01 +00:00
- run:
name: test
2018-05-30 02:11:02 +00:00
command: npm test && codecov