File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ checks:
2020tools :
2121 external_code_coverage :
2222 timeout : 600
23- runs : 6
23+ runs : 4
2424
2525build :
2626 nodes :
Original file line number Diff line number Diff line change 55 - 7.1
66 - 7.2
77 - 7.3
8-
9- # This triggers builds to run on the new TravisCI infrastructure.
10- # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
11- sudo : false
8+ - 7.4
129
1310# # Cache composer
1411cache :
1512 directories :
1613 - $HOME/.composer/cache
1714
18- env :
19- matrix :
20- - COMPOSER_FLAGS="--prefer-lowest --prefer-stable"
21- - COMPOSER_FLAGS=""
15+ matrix :
16+ include :
17+ - php : 7.1
18+ env : ' COMPOSER_FLAGS="--prefer-stable --prefer-lowest" '
2219
2320before_script :
24- - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
21+ - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
2522
2623script :
2724 - vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no
You can’t perform that action at this time.
0 commit comments