Updated travis config to use composer1

This commit is contained in:
Manish Verma
2021-03-01 14:52:07 +05:30
parent 5af0a2e356
commit c641999444

View File

@@ -5,7 +5,7 @@ php:
- 7.1 - 7.1
- 7.2 - 7.2
before_script: before_script:
- composer self-update - composer self-update --1
- composer install --prefer-source --no-interaction --dev - composer install --prefer-source --no-interaction --dev
- php artisan testing-setup --username="root" - php artisan testing-setup --username="root"
script: vendor/bin/phpunit script: vendor/bin/phpunit