Skip to content

Commit b8a3c29

Browse files
committed
upd travis config
1 parent 9e12557 commit b8a3c29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ env:
1717
- DEPENDENCIES="high"
1818
- DEPENDENCIES="low"
1919
global:
20-
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
20+
- DEFAULT_COMPOSER_FLAGS="--no-interaction --ansi --no-progress --no-suggest --prefer-dist"
2121

2222
cache:
2323
directories:
24-
- $HOME/.composer/cache/files
24+
- $HOME/.composer/cache
2525

2626
before_install:
2727
- composer validate

0 commit comments

Comments
 (0)