From 504609172804657fdef91e1ee1c069c2c9d90143 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 5 Jul 2016 17:25:11 +0200 Subject: [PATCH] forgot to add a file in the last commit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ebd3340..e4999c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_script: - php composer.phar install -n script: - - cd tst && phpunit + - vendor/bin/phpunit tst after_script: - php vendor/bin/codacycoverage clover tst/log/coverage-clover.xml