Skip to content

Commit

Permalink
ci(travis): modify
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Apr 12, 2018
1 parent 3d1d9b8 commit 84b5309
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,8 @@ cache:
directories:
- ~/.yarn
- node_modules
env:
global:
- YARN_VERSION=1.5.1

before_install:
- yarn global add greenkeeper-lockfile@1
- |
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
fi

before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
Expand Down

0 comments on commit 84b5309

Please sign in to comment.