File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 55 directories :
66 - $HOME/.composer/cache/files
77
8- env :
9- global :
10- - TEST_COMMAND="composer test"
11-
12- branches :
13- except :
14- - /^analysis-.*$/
15-
168php :
179- 7.0
1810- 7.1
1911- 7.2
12+ - 7.3
2013
2114matrix :
2215 fast_finish : true
23- allow_failures :
24- - php : 7.3
2516
2617jobs :
2718 include :
@@ -35,19 +26,16 @@ jobs:
3526 - wget https://scrutinizer-ci.com/ocular.phar
3627 - php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml --revision=$TRAVIS_COMMIT
3728 # Test LTS versions
38- - php : 7.1
29+ - php : 7.2
3930 env : DEPENDENCIES="dunglas/symfony-lock:^2"
40- - php : 7.1
31+ - php : 7.2
4132 env : DEPENDENCIES="dunglas/symfony-lock:^3"
42- - php : 7.1
43- env : DEPENDENCIES="dunglas/symfony-lock:^4" STABILITY="rc"
33+ - php : 7.2
34+ env : DEPENDENCIES="dunglas/symfony-lock:^4"
4435
4536 # Latest dev release
4637 - php : 7.3
47- sudo : required
48- before_install :
49- - composer remove --dev friendsofphp/php-cs-fixer
50- - env : STABILITY="dev"
38+ env : STABILITY="dev"
5139
5240before_install :
5341- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
You can’t perform that action at this time.
0 commit comments