Skip to content

Commit

Permalink
Update Yarn version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Apr 14, 2017
1 parent 89a63b6 commit e3ac101
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
machine:
node:
version: 6.9.1
environment:
YARN_VERSION: 0.19.1
PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
services:
- redis
- memcached
Expand All @@ -35,18 +32,13 @@ general:
# Install your project's language-specific dependencies
dependencies:
pre:
- |
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
fi
- yarn global add nyc codecov
override:
- yarn install
- yarn
post:
- echo $KEYFILE > /home/ubuntu/nodejs-docs-samples/key.json
- node scripts/install
cache_directories:
- ~/.yarn
- ~/.cache/yarn
- appengine/bower/node_modules
- appengine/cloudsql/node_modules
Expand Down

0 comments on commit e3ac101

Please sign in to comment.