diff --git a/.travis.yml b/.travis.yml index 7df7f49b9..f194125a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ php: before_script: - COMPOSER_ROOT_VERSION=dev-master composer install --prefer-source -script: vendor/bin/phpunit --configuration ./build/travis-ci.xml +script: vendor/bin/phpunit --configuration build notifications: email: false diff --git a/build/travis-ci.xml b/build/travis-ci.xml deleted file mode 100644 index 15e879fa6..000000000 --- a/build/travis-ci.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - ../tests/PHP - - - - - - - - - - ../src - - -