Skip to content

Commit

Permalink
Revert "Use Composer from build/tools/composer"
Browse files Browse the repository at this point in the history
This reverts commit dcc3675.
  • Loading branch information
sebastianbergmann committed Aug 28, 2016
1 parent dcc3675 commit 186ade5
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 @@ -9,8 +9,11 @@ php:

sudo: false

before_install:
- composer self-update

install:
- travis_retry ./build/tools/composer install --no-interaction --prefer-source
- travis_retry composer install --no-interaction --prefer-source

script:
- ./phpunit
Expand Down

0 comments on commit 186ade5

Please sign in to comment.