Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Fix Composer warning on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Mar 16, 2015
1 parent 8c0614b commit 9b29209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cache:

before_install:
- travis_retry composer self-update -n
- if [[ $TRAVIS_PULL_REQUEST = false ]]; then composer config -g github-oauth.github.com $GITHUB_OAUTH_TOKEN; fi
- if [[ $TRAVIS_PHP_VERSION = hhvm || $TRAVIS_PHP_VERSION = 7 ]]; then sed -i '/ext-xdebug/d' composer.json; fi

install:
Expand Down

0 comments on commit 9b29209

Please sign in to comment.