소스 검색

Fixes wrong code in Travis config

frank 10 년 전
부모
커밋
5575e3e768
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -21,7 +21,7 @@ services:
   - memcached
 
 before_script:
-  - phpenv config-rm xdebug.ini || return 0 ; fi
+  - phpenv config-rm xdebug.ini || return 0
   - if [[ "$TRAVIS_PHP_VERSION" != "5.2" ]]; then travis_retry composer self-update; fi
   - if [[ "$TRAVIS_PHP_VERSION" != "5.2" ]]; then travis_retry composer install --no-interaction --prefer-source --dev; fi