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

Commit 5575e3e

Browse files
committed
Fixes wrong code in Travis config
1 parent 9c2a07f commit 5575e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- memcached
2222

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

0 commit comments

Comments
 (0)