Skip to content

Commit 42709d7

Browse files
author
Daniel Gomes
committed
revert some changes to travisci to see if it fixes PHP 7.3 build
1 parent e3f08a3 commit 42709d7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@ language: php
55
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
66
sudo: false
77

8-
## Cache composer
9-
cache:
10-
directories:
11-
- $HOME/.composer/cache
12-
138
php:
149
- 7.1
1510
- 7.2
1611
- 7.3
1712

1813
matrix:
1914

15+
env:
16+
global:
17+
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
18+
2019
before_script:
21-
- travis_retry composer update --prefer-stable --prefer-lowest --no-interaction --prefer-dist
20+
- composer install
2221

2322
addons:
2423
sonarcloud:

0 commit comments

Comments
 (0)