浏览代码

There's no xdebug.ini for HHVM

So trying to remove it fails.
ADmad 10 年之前
父节点
当前提交
9776593a84
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -47,7 +47,7 @@ matrix:
     - php: hhvm
 
 before_script:
-  - phpenv config-rm xdebug.ini
+  - sh -c "if [ '$HHVM' != '1' ]; then phpenv config-rm xdebug.ini; fi"
   - composer self-update
   - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
   - composer install --prefer-dist --no-interaction