mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-05 07:16:27 +00:00
Add Travis CI and PHPUnit configuration; Update file paths for test suite
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
language: php
|
||||
before_script: cd tests
|
||||
php:
|
||||
- 5.5
|
||||
- 5.4
|
||||
- 5.3
|
||||
@@ -0,0 +1,8 @@
|
||||
<phpunit>
|
||||
<testsuite name="PHPCurlClass">
|
||||
<directory>.</directory>
|
||||
</testsuite>
|
||||
<logging>
|
||||
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false" />
|
||||
</logging>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user