Browse Source

Tweak Travis config

shalvah 5 năm trước cách đây
mục cha
commit
6cb39cb955
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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