leave out yarn version peg

This commit is contained in:
Fabio Berger
2017-11-13 11:22:31 -05:00
parent a246702511
commit 4f3b9dc61a

View File

@@ -2,14 +2,12 @@ machine:
node:
version: 6.5.0
environment:
YARN_VERSION: 0.28.4
CONTRACTS_COMMIT_HASH: '78fe8dd'
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
- yarn install --pure-lockfile
- yarn
cache_directories:
- ~/.cache/yarn