Skip to content

Commit e3ac101

Browse files
committed
Update Yarn version.
1 parent 89a63b6 commit e3ac101

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

circle.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
machine:
2020
node:
2121
version: 6.9.1
22-
environment:
23-
YARN_VERSION: 0.19.1
24-
PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
2522
services:
2623
- redis
2724
- memcached
@@ -35,18 +32,13 @@ general:
3532
# Install your project's language-specific dependencies
3633
dependencies:
3734
pre:
38-
- |
39-
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
40-
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
41-
fi
4235
- yarn global add nyc codecov
4336
override:
44-
- yarn install
37+
- yarn
4538
post:
4639
- echo $KEYFILE > /home/ubuntu/nodejs-docs-samples/key.json
4740
- node scripts/install
4841
cache_directories:
49-
- ~/.yarn
5042
- ~/.cache/yarn
5143
- appengine/bower/node_modules
5244
- appengine/cloudsql/node_modules

0 commit comments

Comments
 (0)