Explorar el Código

Fix Travis build config

shalvah hace 6 años
padre
commit
428c0f27ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -12,7 +12,7 @@ env:
 
 before_script:
   - travis_retry composer self-update
-  - travis_retry composer install --no-interaction --prefer-dist $PREFER_LOWEST
+  - travis_retry composer update --no-interaction --prefer-dist $PREFER_LOWEST
 
 script:
   - composer test-ci