Skip to content

Commit

Permalink
ADD circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 20, 2019
1 parent d9205ef commit 78831be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:8
steps:
- checkout
- run:
name: Install dependencies
command: yarn install
- run:
name: Run tests
command: yarn test

0 comments on commit 78831be

Please sign in to comment.