From a125d2e802750ec34f8ee9fc92b8aba11969a662 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Tue, 26 Jan 2016 22:24:42 +0100 Subject: [PATCH] remove config add --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66d59930..8bffbb32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ services: - memcached - mongodb before_install: - - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-add tests/config.ini; fi; - if [ "$TRAVIS_PHP_VERSION" != "nightly" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi; install: - composer install