Add Travis CI and PHPUnit configuration; Update file paths for test suite

This commit is contained in:
Zach Borboa
2014-03-03 20:48:09 -08:00
parent 66c8908e0f
commit 19bdf9a3c2
5 changed files with 14 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
language: php
before_script: cd tests
php:
- 5.5
- 5.4
- 5.3
+8
View File
@@ -0,0 +1,8 @@
<phpunit>
<testsuite name="PHPCurlClass">
<directory>.</directory>
</testsuite>
<logging>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false" />
</logging>
</phpunit>