Преглед изворни кода

isntall requirement with a better way

thbourlove пре 10 година
родитељ
комит
64b79511bd
1 измењених фајлова са 1 додато и 1 уклоњено
  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: