Selaa lähdekoodia

Tweak Travis config

shalvah 5 vuotta sitten
vanhempi
commit
6cb39cb955
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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