Skip to content

Commit

Permalink
Merge pull request #453 from api-platform/theofidry-patch-1
Browse files Browse the repository at this point in the history
Remove Composer authentication
  • Loading branch information
sroze committed Mar 11, 2016
2 parents 7efa2a2 + 771a2d2 commit 597f045
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ matrix:
before_install:
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi;
- composer self-update
- if [ "$GITHUB_OAUTH_TOKEN" ]; then composer config --global github-oauth.github.com ${GITHUB_OAUTH_TOKEN}; fi;
- phpunit --self-update
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;

Expand Down

0 comments on commit 597f045

Please sign in to comment.