Skip to content

Commit 04a0290

Browse files
authored
Update .travis.yml
1 parent 6b0ca28 commit 04a0290

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
language: php
22

3-
php:
4-
- 7.1
5-
- 7.2
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
612

713
before_script: composer install
814

0 commit comments

Comments
 (0)