diff --git a/.travis.yml b/.travis.yml
index 40f49912ded366bc371a0adf92d4c7e89d635344..0f1371fc0f3908282b7b42dddc10c909ad925a61 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,15 @@ branches:
     - master
 
 before_script:
-# TODO hh 2012-04-16 Move the build environment to a more official place
+# Install build dependencies
   - git clone git://github.com/typo3-ci/TYPO3-Travis-Integration.git build-environment
+  - source build-environment/install-helper.sh
+  - installPhpModule igbinary
+  - installPhpModule -y memcache
+  - installPhpModule redis
+  - 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
   - mv build-environment/typo3conf .
   - git clone git://git.typo3.org/TYPO3v4/Extensions/phpunit.git typo3conf/ext/phpunit/
@@ -21,6 +28,5 @@ before_script:
   - if [[ "$DB" == "mysql" ]]; then mysql -e "create database IF NOT EXISTS typo3_test;" -uroot; fi
   - if [[ "$DB" == "mysql" ]]; then mysql -uroot typo3_test < build-environment/Introduction/typo3conf/ext/introduction/Resources/Private/Subpackages/Introduction/Database/introduction.sql; fi
   - if [[ "$DB" == "mysql" ]]; then mysql -uroot typo3_test < build-environment/dbimport/cli_users.sql; fi
-  - /bin/bash build-environment/install-php-extensions.sh > /dev/null 2>&1
 
 script: php $PWD/typo3/cli_dispatch.phpsh phpunit $PWD/tests/