We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e12557 commit b8a3c29Copy full SHA for b8a3c29
1 file changed
.travis.yml
@@ -17,11 +17,11 @@ env:
17
- DEPENDENCIES="high"
18
- DEPENDENCIES="low"
19
global:
20
- - DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
+ - DEFAULT_COMPOSER_FLAGS="--no-interaction --ansi --no-progress --no-suggest --prefer-dist"
21
22
cache:
23
directories:
24
- - $HOME/.composer/cache/files
+ - $HOME/.composer/cache
25
26
before_install:
27
- composer validate
0 commit comments