Skip to content

Commit

Permalink
fix: removed circleCI yarn dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kyasbal committed Nov 4, 2017
1 parent 838891d commit 31f929c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
machine:
node:
version: 8.5.0
post:
- 'curl -o- -L https://yarnpkg.com/install.sh | bash'
dependencies:
cache_directories:
- ~/.cache/yarn
pre:
- yarn --version
override:
- yarn install
test:
post:
- npm run semantic-release || true
Expand Down

0 comments on commit 31f929c

Please sign in to comment.