We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e7163 commit 6ea6335Copy full SHA for 6ea6335
1 file changed
.travis.yml
@@ -2,16 +2,20 @@ language: php
2
3
dist: trusty
4
5
-php:
6
- - 7.2
7
- - 7.3
+matrix:
+ fast_finish: true
+ include:
8
+ - php: 7.2
9
+ - php: 7.3
10
+ - php: 7.4
11
+ allow_failures:
12
13
14
sudo: false
15
16
install: travis_retry composer install
17
-# Hack: Don't run phpmd with HHVM
-script: if $(php --version | grep -q HipHop); then composer test; else composer ci; fi
18
+script: composer ci
19
20
notifications:
21
irc:
0 commit comments