Skip to content

Commit 7b07fc0

Browse files
committed
ci: Use yarn on CircleCI
1 parent 9961685 commit 7b07fc0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

circle.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
machine:
22
node:
33
version: 4
4+
environment:
5+
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
6+
dependencies:
7+
override:
8+
- yarn
9+
cache_directories:
10+
- ~/.cache/yarn
411
test:
512
override:
6-
- npm run test-ci
13+
- yarn test-ci
714
post:
815
- ./node_modules/.bin/coveralls < coverage/lcov.info

0 commit comments

Comments
 (0)