Skip to content

Commit

Permalink
#11: Updated travis configuration because of phpunit typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Inaki Anduaga committed Jan 20, 2015
1 parent 5866dae commit da042ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install: composer install --dev
# We create a folder where we will store the clove coverage report
script:
- mkdir -p build/logs
- php vendor/bin/phpunit -c phpunit.xml --coverageClover build/logs/clover.xml
- php vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml

# configure notifications (email, IRC, campfire etc)
#notifications:
Expand Down

0 comments on commit da042ae

Please sign in to comment.