소스 검색

Tweak Travis config

shalvah 5 년 전
부모
커밋
6cb39cb955
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -13,7 +13,6 @@ jobs:
     - before_script: composer install --no-interaction --prefer-dist $PREFER_LOWEST
       script: composer lint
       name: "Lint code"
-      env: PREFER_LOWEST=""
       php: 7.2.0
 
 script: composer test-ci