Skip to content

Commit

Permalink
More config options to Travis and phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
serbanghita committed Jan 16, 2013
1 parent f71c59e commit c26bf79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ branches:
only:
- devel

script: phpunit --configuration tests/phpunit.xml
script:
- phpunit --configuration tests/phpunit.xml --coverage-text

notifications:
email: false
7 changes: 4 additions & 3 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<phpunit
colors="true"
verbose="true"
bootstrap="bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<!--
<testsuite name="Sabre_XML">

<testsuite name="All tests">
<directory>./</directory>
</testsuite>
-->


<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
Expand Down

0 comments on commit c26bf79

Please sign in to comment.