File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11language : php
22php :
3- - ' master '
3+ - ' 7.4snapshot '
44 - ' 7.3'
55 - ' 7.2'
66 - ' 7.1'
2424matrix :
2525 fast_finish : true
2626 allow_failures :
27- - php : ' master '
27+ - php : ' 7.4snapshot '
2828
2929cache :
3030 apt : true
3131 timeout : 604800
3232 directories :
33- - ${ HOME} /.local/opt
34- - ${ HOME} /.cache/re2c
33+ - $HOME/.local/opt
34+ - $HOME/.cache/re2c
3535
3636before_install :
3737 - phpenv config-rm xdebug.ini || true
38- - ulimit -c unlimited -S
38+ - ulimit -c unlimited -S || true
3939
4040install :
4141 - .ci/install-re2c.sh
@@ -63,7 +63,7 @@ after_failure:
6363
6464after_success :
6565 - make coverage-capture
66- - if [ ! -z "${CODECOV_TOKEN}" ]; then bash <(curl -s https://codecov.io/bash); fi
66+ - bash <(curl -s https://codecov.io/bash)
6767
6868notifications :
6969 email : false
You can’t perform that action at this time.
0 commit comments