ocrcc-chatbox/.circleci/config.yml
Benjamin Boudreau 234431c143 adding tests
2018-05-29 21:57:30 -04:00

14 lines
223 B
YAML

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