Updated Testing Framework fixing Travis Builds

- Created separate PHPUnit Test for Integration
This commit is contained in:
Jay Patel
2014-09-21 21:01:53 -05:00
parent 6e14f51aa5
commit ff5dd2461f
3 changed files with 36 additions and 3 deletions

View File

@@ -5,6 +5,9 @@ php:
- 5.5
- 5.6
- hhvm
env:
- CONFIGURATION_FILE=phpunit.xml
- CONFIGURATION_FILE=phpunit.integration.xml
matrix:
allow_failures:
- php: hhvm