Updated Testing Framework fixing Travis Builds

- Created separate PHPUnit Test for Integration
This commit is contained in:
Jay Patel
2014-09-21 21:02:48 -05:00
parent ff5dd2461f
commit e7afb497bb

View File

@@ -18,7 +18,7 @@ before_script:
script:
- mkdir build
- mkdir build/coverage
- phpunit
- phpunit -c $CONFIGURATION_FILE
after_success:
- php vendor/bin/coveralls -v -c .coveralls.yml
notifications: