diff --git a/.travis.yml b/.travis.yml index a0c7ff0..31f16bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/phpunit.integration.xml b/phpunit.integration.xml new file mode 100644 index 0000000..3738b96 --- /dev/null +++ b/phpunit.integration.xml @@ -0,0 +1,32 @@ + + + + + + tests + + + + + + + + + + + + ./lib + + + + + \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml index 8aec30d..d298fb2 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -17,9 +17,7 @@ - - integration - + integration