fixes for travis

This commit is contained in:
David Bomba 2021-01-23 17:23:55 +11:00
parent e39759c35b
commit c494a1e9ad

View File

@ -12,7 +12,7 @@ services:
group: deprecated-2017Q4 group: deprecated-2017Q4
php: php:
- 7.3 # - 7.3
- 7.4 - 7.4
# - nightly # - nightly
@ -77,7 +77,7 @@ before_script:
script: script:
- php ./vendor/bin/phpunit --debug --verbose --coverage-clover=coverage.xml - php ./vendor/bin/phpunit --debug --verbose --coverage-clover=coverage.xml
- php artisan dusk #- php artisan dusk
#- npm test #- npm test
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)