We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b721888 + 04a0290 commit 8ae771dCopy full SHA for 8ae771d
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