Browse Source

Tweak Travis config

shalvah 5 years ago
parent
commit
1f41af4aeb
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

@@ -10,11 +10,10 @@ env:
 
 jobs:
   include:
-    - before_script: composer update --no-interaction --prefer-dist $PREFER_LOWEST
+    - before_script: composer install --no-interaction --prefer-dist $PREFER_LOWEST
       script: composer lint
       name: "Lint code"
-      env:
-      - PREFER_LOWEST=""
+      env: PREFER_LOWEST=""
       php: 7.2.0
 
 script: composer test-ci