From 972c9087f75a2c92db488eddbc2ec9929ed19693 Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Sat, 11 Jan 2014 16:41:12 -0500 Subject: [PATCH] Trying the same in the travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 16a47a7..ca3feb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ script: - phpunit --coverage-clover vendors/composer/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests after_script: - - php vendors/composer/bin/coveralls --config .coveralls.yml -v + - php vendors/composer/bin/coveralls --config ../../.coveralls.yml -v