Skip to content

Commit

Permalink
fix travis php7.1 with composer 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Nov 13, 2020
1 parent 6d4f83a commit 65c08b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
php: 7.1
env: INSTALL_FFMPEG=yes DEPS=lowest REMOVE_QA=no REMOVE_HOOKS=yes
script:
- composer remove phpunit/phpunit
- composer remove --dev --no-interaction phpunit/phpunit
- composer require --dev phpunit/phpunit
- ./vendor/bin/phpunit -v -c .travis/phpunit.xml

Expand Down

0 comments on commit 65c08b8

Please sign in to comment.