Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
wercker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Richardson committed Dec 5, 2015
1 parent 0d8e5ba commit 4c192a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
10 changes: 1 addition & 9 deletions phpunit.xml
Expand Up @@ -7,17 +7,9 @@
</testsuites>

<filter>
<blacklist>
<directory suffix=".php">vendor</directory>
<file>./registration.php</file>
</blacklist>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">.</directory>
<directory suffix=".php">./Tests</directory>
<file>*</file>
<exclude>
<directory suffix=".php">vendor</directory>
<file>registration.php</file>
</exclude>
</whitelist>
</filter>

Expand Down
7 changes: 3 additions & 4 deletions wercker.yml
Expand Up @@ -33,7 +33,6 @@ build:
name: Install Dependencies
code: |-
php composer.phar install
- script:
name: PHPUnit Integration Tests
code: vendor/phpunit/phpunit/phpunit --configuration phpunit.xml
# - script:
# name: PHPUnit Integration Tests
# code: vendor/phpunit/phpunit/phpunit --configuration phpunit.xml

0 comments on commit 4c192a3

Please sign in to comment.