From b9be4b08905dd445a816858416ca36e136e0e886 Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Sat, 11 Jan 2014 16:00:49 -0500 Subject: [PATCH] Messing with the paths Gonna get this working eventually!! --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4da3a6c..62eaa09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ install: - composer install script: - - mkdir -p build/logs - - phpunit --coverage-clover build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests + - mkdir -p .composer/build/logs + - phpunit --coverage-clover .composer/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests after_script: - php .composer/bin/coveralls -v