From e7afb497bb197dd61b89d3c78f882710c24b0228 Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Sun, 21 Sep 2014 21:02:48 -0500 Subject: [PATCH] Updated Testing Framework fixing Travis Builds - Created separate PHPUnit Test for Integration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31f16bc..3510004 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: