File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ before_script:
22
22
- composer self-update
23
23
- composer install --prefer-source --no-interaction --dev
24
24
25
- script : ./vendor/bin/phpunit -c ./tests/phpunit.xml --testsuite Core
25
+ script : XDEBUG_MODE=coverage ./vendor/bin/phpunit -c ./tests/phpunit.xml --testsuite Core
26
26
27
27
after_script :
28
28
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then mv ./tests/_output/coverage-clover.xml clover.xml && ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -t clover; fi
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- DB_HOST=$( docker inspect syspass-db-test --format {{.NetworkSettings.Networks.bridge.IPAddress}})
3
+ DB_HOST=$( docker inspect ${DB_CONTAINER} --format {{.NetworkSettings.Networks.bridge.IPAddress}})
4
4
5
5
if [[ -z " ${DB_HOST} " ]]; then
6
6
echo " Unknown host"
You can’t perform that action at this time.
0 commit comments