From 4aa50dc1e4d43b52c351dfaa3014412f1f9abf30 Mon Sep 17 00:00:00 2001 From: Jens Segers Date: Thu, 26 Jan 2017 09:29:53 +0100 Subject: [PATCH] Run included phpunit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6593951..27c939b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: script: - mkdir -p build/logs - - phpunit --coverage-clover build/logs/clover.xml + - ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_success: - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'