浏览代码

Update .travis.yml

Mark Sch 8 年之前
父节点
当前提交
c3ea687ca8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -26,7 +26,6 @@ matrix:
       env: CODECOVERAGE=1 DEFAULT=0
 
 before_script:
-  - composer self-update
   - composer install --prefer-dist --no-interaction
 
   - if [[ $PHPCS != 1 ]]; then composer require phpunit/phpunit:"^5.7|^6.0"; fi