Skip to content

Commit e18f1b5

Browse files
committed
fix
1 parent e30d9ba commit e18f1b5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ before_script:
4040
# https://bugs.php.net/bug.php?id=71443
4141
- |
4242
if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.3" ]]; then
43-
git clone https://github.com/php-build/php-build $(phpenv root)/plugins/php-build
44-
phpenv install 5.4
45-
phpenv rehash
4643
export MINK_PHP_BIN=~/.phpenv/versions/5.4/bin/php
4744
fi;
4845
USE_ZEND_ALLOC=0 travis_retry ${MINK_PHP_BIN-php} -d memory_limit=8G -S localhost:8002 -t ./vendor/mink/driver-testsuite/web-fixtures &> ./logs/mink-test-server.log &

0 commit comments

Comments
 (0)