Fixed merge conflict in .travis.yml introduced in 687703a75e

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Doc PR        | none
This commit is contained in:
Javier Spagnoletti 2014-09-17 22:52:32 -03:00 committed by Fabien Potencier
parent 687703a75e
commit 5238eba3a4

View File

@ -22,10 +22,6 @@ before_install:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
- sudo locale-gen fr_FR.UTF-8 && sudo update-locale
<<<<<<< HEAD
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
=======
>>>>>>> 2.4
# - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "5.3.3" ]; then phpunit --self-update; fi;'
install: