Skip to content

Commit

Permalink
Add circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Sep 2, 2018
1 parent ff35d2e commit 2f2eaf2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,10 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:8-browsers
working_directory: ~/repo
steps:
- checkout
- run: yarn install
- run: yarn test

0 comments on commit 2f2eaf2

Please sign in to comment.