Skip to content

Commit 6ea6335

Browse files
authored
travis, test but allow failure of php 7.4
1 parent 28e7163 commit 6ea6335

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.travis.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@ language: php
22

33
dist: trusty
44

5-
php:
6-
- 7.2
7-
- 7.3
5+
matrix:
6+
fast_finish: true
7+
include:
8+
- php: 7.2
9+
- php: 7.3
10+
- php: 7.4
11+
allow_failures:
12+
- php: 7.4
813

914
sudo: false
1015

1116
install: travis_retry composer install
1217

13-
# Hack: Don't run phpmd with HHVM
14-
script: if $(php --version | grep -q HipHop); then composer test; else composer ci; fi
18+
script: composer ci
1519

1620
notifications:
1721
irc:

0 commit comments

Comments
 (0)