We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f08a3 commit 42709d7Copy full SHA for 42709d7
.travis.yml
@@ -5,20 +5,19 @@ language: php
5
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
6
sudo: false
7
8
-## Cache composer
9
-cache:
10
- directories:
11
- - $HOME/.composer/cache
12
-
13
php:
14
- 7.1
15
- 7.2
16
- 7.3
17
18
matrix:
19
+env:
+ global:
+ - DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
+
20
before_script:
21
- - travis_retry composer update --prefer-stable --prefer-lowest --no-interaction --prefer-dist
+ - composer install
22
23
addons:
24
sonarcloud:
0 commit comments