Use yarn provided by circle

This commit is contained in:
Brian Ng 2018-04-09 22:08:03 -05:00
parent 56cb4baf46
commit 75bc9422b8
No known key found for this signature in database
GPG Key ID: 3F2380E1E1508CA9

View File

@ -18,11 +18,6 @@ aliases:
- ~/.yarn-cache
key: v1-yarn-cache
- &yarn-install
run: |
sudo npm i -g yarn@^1.5.1
yarn --version
- &artifact_babel
path: ~/babel/packages/babel-standalone/babel.js
@ -44,7 +39,7 @@ jobs:
- checkout
- restore-cache: *restore-yarn-cache
- restore-cache: *restore-node-modules-cache
- *yarn-install
- run: yarn --version
- run: make test-ci-coverage
# Builds babel-standalone with the regular Babel config
- run: make build
@ -58,4 +53,4 @@ jobs:
- store_artifacts: *artifact_env
- store_artifacts: *artifact_env_min
- save_cache: *save-node-modules-cache
- save_cache: *save-yarn-cache
- save_cache: *save-yarn-cache