Skip to content

Commit 2fc05e7

Browse files
committed
Merge remote-tracking branch 'upstream/master' into feature_layout
2 parents 7cc1101 + 8ae771d commit 2fc05e7

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.travis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
language: php
22

3-
php:
4-
- 5.5
5-
- 5.6
6-
- 7.0
7-
- hhvm
3+
matrix:
4+
include:
5+
- php: 7.1
6+
env: ANALYSIS='true'
7+
- php: 7.2
8+
- php: 7.3
9+
- php: nightly
10+
allow_failures:
11+
- php: nightly
812

913
before_script: composer install
1014

11-
script: phpunit --coverage-text --configuration phpunit.xml.dist
15+
script: phpunit --coverage-text --configuration phpunit.xml.dist

0 commit comments

Comments
 (0)