ocrcc-chatbox/.circleci/config.yml

14 lines
223 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
- run:
name: test
command: npm test