Skip to content

Commit

Permalink
Add basic Circle CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Oct 1, 2017
1 parent 2f8d73f commit 39f5e00
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions circle.yml
@@ -0,0 +1,17 @@
machine:
node:
version: 8.0.0

dependencies:
pre:
- which yarn || brew install yarn

override:
- yarn

cache_directories:
- node_modules

test:
override:
- yarn test

0 comments on commit 39f5e00

Please sign in to comment.