Skip to content

Commit

Permalink
ci: Use yarn on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Aug 11, 2017
1 parent 9961685 commit 7b07fc0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
machine:
node:
version: 4
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- npm run test-ci
- yarn test-ci
post:
- ./node_modules/.bin/coveralls < coverage/lcov.info

0 comments on commit 7b07fc0

Please sign in to comment.