leave out yarn version peg
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user