mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixes for travis
This commit is contained in:
parent
e39759c35b
commit
c494a1e9ad
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user