We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9f07b6 + 00256a5 commit d7c20ccCopy full SHA for d7c20cc
1 file changed
.travis.yml
@@ -1,5 +1,3 @@
1
-sudo: false
2
-
3
dist: trusty
4
5
language: php
@@ -13,7 +11,7 @@ cache:
13
11
matrix:
14
12
fast_finish: true
15
include:
16
- - php: 7.3
+ - php: 7.4
17
addons:
18
apt:
19
packages:
@@ -29,7 +27,7 @@ before_install:
29
27
30
28
script:
31
- |
32
- if [[ $TRAVIS_PHP_VERSION == "7.3" ]]; then
+ if [[ $TRAVIS_PHP_VERSION == "7.4" ]]; then
33
# Validate the xml files.
34
# @link http://xmlsoft.org/xmllint.html
35
xmllint --noout ./*/ruleset.xml
0 commit comments