We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30d9ba commit e18f1b5Copy full SHA for e18f1b5
1 file changed
.travis.yml
@@ -40,9 +40,6 @@ before_script:
40
# https://bugs.php.net/bug.php?id=71443
41
- |
42
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
46
export MINK_PHP_BIN=~/.phpenv/versions/5.4/bin/php
47
fi;
48
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