Skip to content

Commit

Permalink
👷 Add Circle CI base config
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Apr 21, 2017
1 parent a1319c2 commit 6c6efc0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
machine:
node:
version: 6
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 6c6efc0

Please sign in to comment.