Skip to content

Commit

Permalink
Fix file name in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Mar 27, 2014
1 parent 64cbcd2 commit 58eaf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd ../phase3/extensions/Maps

if [ "$TYPE" == "coverage" ]
then
phpunit --coverage-clover ../../extensions/Maps/build/clover.clover
phpunit --coverage-clover ../../extensions/Maps/build/coverage.clover
else
phpunit
fi

0 comments on commit 58eaf2e

Please sign in to comment.