Skip to content

Commit

Permalink
remove composer self-update by trevis
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBellyDev committed Jan 4, 2021
1 parent 0c3d77b commit a5b798f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ env:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""

before_install:
- composer self-update

before_script:
- COMPOSER_ROOT_VERSION=dev-master composer update --prefer-source $PREFER_LOWEST
- composer update --prefer-source $PREFER_LOWEST

script:
- ./bin/phpspec run --format=dot
Expand Down

0 comments on commit a5b798f

Please sign in to comment.