diff --git a/.travis.yml b/.travis.yml index d5cedd70484a857be60cd7a2a834c4ce12af4f22..2c3658717ea5337cc2a88d7c475def7d765fc7c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ services: before_script: # Install build dependencies - - git clone git://github.com/typo3-ci/TYPO3-Travis-Integration.git build-environment + - git clone --single-branch --branch master --depth 1 git://github.com/typo3-ci/TYPO3-Travis-Integration.git build-environment - source build-environment/install-helper.sh - if [[ "$TRAVIS_PHP_VERSION" != "5.5" ]]; then installPhpModule igbinary; fi - installPhpModule -y memcache @@ -20,9 +20,9 @@ before_script: - if [[ "$TRAVIS_PHP_VERSION" == "5.3" ]]; then installPhpModule -y apc; fi # Install rudimentary TYPO3 - - git clone git://git.typo3.org/TYPO3v4/Distributions/Introduction.git build-environment/Introduction + - git clone --single-branch --branch master --depth 1 git://git.typo3.org/TYPO3v4/Distributions/Introduction.git build-environment/Introduction - mv build-environment/typo3conf . - - git clone git://git.typo3.org/TYPO3v4/Extensions/phpunit.git typo3conf/ext/phpunit/ + - git clone --single-branch --branch master --depth 1 git://git.typo3.org/TYPO3v4/Extensions/phpunit.git typo3conf/ext/phpunit/ - mkdir fileadmin - mkdir uploads - if [[ "$DB" == "mysql" ]]; then mysql -e "DROP DATABASE IF EXISTS typo3_test;" -uroot; fi