File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
22
3- env :
4- global :
5- - DEFAULT_COMPOSER_FLAGS="--optimize-autoloader --no-interaction --no-progress"
6- - COMPOSER_FLAGS=""
7-
8- before_install :
9- - alias composer=composer\ --no-interaction && composer selfupdate
3+ php :
4+ - 7.2
5+ - 7.3
6+ - 7.4
7+ - nightly
108
119cache :
1210 directories :
13- - .composer/ cache
11+ - ~/. cache/composer
1412
1513matrix :
1614 fast_finish : true
1715 allow_failures :
1816 - php : nightly
1917
20- jobs :
21- include :
22- - &STANDARD_TEST_JOB
23- stage : Test
24- php : 7.2
25- install :
26- - travis_retry composer update $DEFAULT_COMPOSER_FLAGS $COMPOSER_FLAGS
27- - composer info -D | sort
28- script :
29- - vendor/bin/grumphp run
30- -
31- << : *STANDARD_TEST_JOB
32- stage : Test
33- php : 7.2
34- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
35- -
36- << : *STANDARD_TEST_JOB
37- stage : Test
38- php : nightly
39- env : COMPOSER_FLAGS="--ignore-platform-reqs" PHP_CS_FIXER_IGNORE_ENV=1 PHP_CS_FIXER_FUTURE_MODE=1
40- script :
41- - vendor/bin/grumphp run
18+ before_install :
19+ - phpenv config-rm xdebug.ini
20+ - alias composer=composer\ --no-interaction && composer selfupdate
21+ - composer global require hirak/prestissimo
22+
23+ install :
24+ - travis_retry composer update --no-progress --profile --no-scripts --no-suggest $DEPENDENCIES
4225
43- allow_failures :
44- - php : nightly
26+ script :
27+ - vendor/bin/grumphp run
You can’t perform that action at this time.
0 commit comments