chore: set circleCI version of yarn to v1.0.2 (#868)

* Update circle.yml

* Update circle.yml
This commit is contained in:
Rhys Arkins 2017-10-01 10:15:01 +02:00 committed by GitHub
parent fb0a383e5e
commit cbecc657c6

View file

@ -7,7 +7,7 @@ machine:
dependencies:
pre:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.0.2
- yarn --version
override:
- yarn install --frozen-lockfile