Explorar el Código

isntall requirement with a better way

thbourlove hace 10 años
padre
commit
64b79511bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -14,7 +14,7 @@ branches:
 services: redis-server
 before_script:
   - composer self-update
-  - composer install
+  - composer install --no-interaction --prefer-source --dev
 script:
   - vendor/bin/phpunit -c phpunit.xml.travisci
 matrix: