We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cc1101 + 8ae771d commit 2fc05e7Copy full SHA for 2fc05e7
1 file changed
.travis.yml
@@ -1,11 +1,15 @@
1
language: php
2
3
-php:
4
- - 5.5
5
- - 5.6
6
- - 7.0
7
- - hhvm
+matrix:
+ include:
+ - php: 7.1
+ env: ANALYSIS='true'
+ - php: 7.2
8
+ - php: 7.3
9
+ - php: nightly
10
+ allow_failures:
11
12
13
before_script: composer install
14
-script: phpunit --coverage-text --configuration phpunit.xml.dist
15
+script: phpunit --coverage-text --configuration phpunit.xml.dist
0 commit comments