Skip to content

Commit

Permalink
not exec composer self-update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jun 21, 2017
1 parent 3520b73 commit a4f5b89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ matrix:

before_install:
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
- composer self-update

before_script:
install:
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --dev --no-update; fi;
- composer install --prefer-dist --no-interaction --no-scripts --no-progress

Expand Down

0 comments on commit a4f5b89

Please sign in to comment.