Browse Source

isntall requirement with a better way

thbourlove 10 năm trước cách đây
mục cha
commit
64b79511bd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: