Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-09-19 09:22:10 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-09-19 09:22:10 +0300
commitbb88f5557e1113e07f1d9c607f3d30b19d1ee77c (patch)
tree0c1b9a69568e6c30f620016531ac1373488251e1 /.travis.yml
parent04f5a95438efaa9422a00846b25767da0e40cdbb (diff)
Update composer deps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 97acc24..1e5fbf0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,8 +51,8 @@ script:
- php ../../occ app:check-code twofactor_gateway
# Run PHP tests
- - ./vendor/phpunit/phpunit/phpunit --fail-on-warning -c tests/phpunit.xml
- - ./vendor/phpunit/phpunit/phpunit --fail-on-warning -c tests/phpunit.integration.xml
+ - ./vendor/bin/phpunit --fail-on-warning -c tests/phpunit.xml
+ - ./vendor/bin/phpunit --fail-on-warning -c tests/phpunit.integration.xml
# Upload coverage report to Scrutinizer
- if [[ "$PHP_COVERAGE" = "TRUE" ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi