Skip to content

Commit

Permalink
fix: Fix failing Travis by adding global path for yarn (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank8318 authored and dr0pdb committed Jul 17, 2018
1 parent 8200ed9 commit 4d7eada
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ addons:
packages:
- g++-4.8

before_install: yarn global add greenkeeper-lockfile@1
before_install:
- export PATH="$(yarn global bin):$PATH"
- yarn global add greenkeeper-lockfile@1

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

0 comments on commit 4d7eada

Please sign in to comment.