Skip to content

Commit

Permalink
Merge pull request #88 from alpha0010/master
Browse files Browse the repository at this point in the history
Travis add PHP 7.0
  • Loading branch information
oohnoitz committed Feb 27, 2016
2 parents 2dd709d + 47313be commit 36bec6b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

env:
Expand Down
10 changes: 7 additions & 3 deletions tests/travis/mysqli.phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@
</testsuite>
</testsuites>
<filter>
<blacklist>
<directory>../../vendor</directory>
</blacklist>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../../src</directory>
<exclude>
<directory suffix=".php">../../src/Drivers/Pdo</directory>
<file>../../src/Drivers/SimpleConnection.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>
10 changes: 7 additions & 3 deletions tests/travis/pdo.phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@
</testsuite>
</testsuites>
<filter>
<blacklist>
<directory>../../vendor</directory>
</blacklist>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../../src</directory>
<exclude>
<directory suffix=".php">../../src/Drivers/Mysqli</directory>
<file>../../src/Drivers/SimpleConnection.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 36bec6b

Please sign in to comment.