We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66064cf + b9cb7fc commit 15516c1Copy full SHA for 15516c1
.travis.yml
@@ -15,7 +15,7 @@ cache:
15
matrix:
16
fast_finish: true
17
include:
18
- - php: 7.2
+ - php: 7.3
19
addons:
20
apt:
21
packages:
@@ -24,14 +24,14 @@ matrix:
24
25
before_install:
26
# Speed up build time by disabling Xdebug when its not needed.
27
- - if [[ $COVERALLS_VERSION == "notset" ]]; then phpenv config-rm xdebug.ini || echo 'No xdebug config.'; fi
+ - phpenv config-rm xdebug.ini || echo 'No xdebug config.'
28
- export XMLLINT_INDENT=" "
29
- composer install
30
- vendor/bin/phpcs -i
31
32
script:
33
- |
34
- if [[ $TRAVIS_PHP_VERSION == "7.2" ]]; then
+ if [[ $TRAVIS_PHP_VERSION == "7.3" ]]; then
35
# Validate the xml file.
36
# @link http://xmlsoft.org/xmllint.html
37
xmllint --noout ./*/ruleset.xml
0 commit comments