Browse Source

isntall requirement with a better way

thbourlove 10 years ago
parent
commit
90cb71ac4a
1 changed files with 1 additions and 1 deletions
  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: