Skip to content

Commit d7c20cc

Browse files
authored
Merge pull request #17 from PHPCompatibility/feature/travis-minor-tweaks
Travis: minor tweaks
2 parents e9f07b6 + 00256a5 commit d7c20cc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
dist: trusty
42

53
language: php
@@ -13,7 +11,7 @@ cache:
1311
matrix:
1412
fast_finish: true
1513
include:
16-
- php: 7.3
14+
- php: 7.4
1715
addons:
1816
apt:
1917
packages:
@@ -29,7 +27,7 @@ before_install:
2927

3028
script:
3129
- |
32-
if [[ $TRAVIS_PHP_VERSION == "7.3" ]]; then
30+
if [[ $TRAVIS_PHP_VERSION == "7.4" ]]; then
3331
# Validate the xml files.
3432
# @link http://xmlsoft.org/xmllint.html
3533
xmllint --noout ./*/ruleset.xml

0 commit comments

Comments
 (0)