Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5238eba

Browse files
phansysfabpot
authored andcommitted
Fixed merge conflict in .travis.yml introduced in 687703a
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Doc PR | none
1 parent 687703a commit 5238eba

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ before_install:
2222
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
2323
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
2424
- sudo locale-gen fr_FR.UTF-8 && sudo update-locale
25-
<<<<<<< HEAD
26-
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
27-
=======
28-
>>>>>>> 2.4
2925
# - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "5.3.3" ]; then phpunit --self-update; fi;'
3026

3127
install:

0 commit comments

Comments
 (0)