mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
[Travis] Fixed command for non code coverage test.
This commit is contained in:
parent
bf8b0a4b31
commit
935b8ade31
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ install:
|
|||
script:
|
||||
# Only run code coverage on PHP 7.2 to improve performance (code coverage is slower than normal testing)
|
||||
- if [[ $(phpenv version-name) == '7.2' ]]; then php bin/phpunit --coverage-clover=coverage.xml ; fi
|
||||
- if [[ $(phpenv version-name) != '7.2' ]]; then vendor/bin/phpunit ; fi
|
||||
- if [[ $(phpenv version-name) != '7.2' ]]; then php bin/phpunit ; fi
|
||||
|
||||
# Perform some simple linting if everything is correct
|
||||
- ./bin/console lint:yaml config --parse-tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue