Skip to content

Commit

Permalink
add circle config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwhittemore committed Apr 27, 2017
1 parent 51768b9 commit 0a6da81
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"

dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn

test:
override:
- yarn test

0 comments on commit 0a6da81

Please sign in to comment.