Browse Source

Tweak Travis config

shalvah 5 years ago
parent
commit
6cb39cb955
1 changed files with 0 additions and 1 deletions
  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