Skip to content

Commit

Permalink
Use yarn in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
troy.tao committed Nov 2, 2016
1 parent af5b87d commit 059291d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ machine:

dependencies:
pre:
# Clean out node-modules to prevent issues with circle-ci's caching.
- rm -rf node_modules
- npm install -g yarn@0.16.1
override:
- yarn install
post:
- yarn raml

test:
override:
- yarn test

general:
artifacts:
Expand Down

0 comments on commit 059291d

Please sign in to comment.