Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 9c2a07f

Browse files
committed
Fixes Travis config file
1 parent 001a27f commit 9c2a07f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ php:
1313

1414
env: TMPDIR=/tmp
1515

16-
before_script:
17-
- phpenv config-rm xdebug.ini || return 0 ; fi
18-
1916
install:
2017
- if [[ "$TRAVIS_PHP_VERSION" == "5.2" ]]; then sh ./tests/php52_install_dependencies.sh; fi
2118
- phpenv rehash
@@ -24,6 +21,7 @@ services:
2421
- memcached
2522

2623
before_script:
24+
- phpenv config-rm xdebug.ini || return 0 ; fi
2725
- if [[ "$TRAVIS_PHP_VERSION" != "5.2" ]]; then travis_retry composer self-update; fi
2826
- if [[ "$TRAVIS_PHP_VERSION" != "5.2" ]]; then travis_retry composer install --no-interaction --prefer-source --dev; fi
2927

0 commit comments

Comments
 (0)