Skip to content

Commit

Permalink
ADD circleci (#2)
Browse files Browse the repository at this point in the history
ADD circleci
  • Loading branch information
ndelangen committed Jun 20, 2019
2 parents d9205ef + 78831be commit 082a37d
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 082a37d

Please sign in to comment.