Skip to content

Commit

Permalink
Dev And Ci
Browse files Browse the repository at this point in the history
 - Fix (drunkness)... maybe.
  • Loading branch information
ranpafin committed Aug 17, 2015
1 parent 864eff9 commit fd732e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fast_finish: true

before_script:
- if [[ $TRAVIS_PHP_VERSION = '5.6' ]]; then PHPUNIT_FLAGS="--coverage-clover ./build/logs/clover.xml"; else PHPUNIT_FLAGS=""; fi
- composer install -vvv
- composer install -v

script:
- phpunit -v $PHPUNIT_FLAGS
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<filter>
<whitelist>
<directory suffix="Test.php">tests</directory>
<directory>src/</directory>
</whitelist>
</filter>

Expand Down

0 comments on commit fd732e9

Please sign in to comment.