Skip to content

Commit 61f983b

Browse files
authored
Update .travis.yml
1 parent 4ca7446 commit 61f983b

1 file changed

Lines changed: 27 additions & 9 deletions

File tree

.travis.yml

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,32 @@ before_install:
44
- git submodule update --init
55
- composer install
66

7-
php:
8-
- "hhvm"
9-
- "nightly"
10-
- "7.1"
11-
- "7.0"
12-
- "5.6"
13-
- "5.5"
14-
- "5.4"
15-
- "5.3"
7+
matrix:
8+
include:
9+
- dist: precise
10+
php:
11+
- "nightly"
12+
- "7.1"
13+
- "7.0"
14+
- "5.6"
15+
- "5.5"
16+
- "5.4"
17+
- "5.3"
18+
- dist: trusty
19+
php:
20+
- hhvm-3.3
21+
- hhvm-3.6
22+
- hhvm-3.9
23+
- hhvm-3.12
24+
- hhvm-3.15
25+
- hhvm-3.18
26+
- hhvm-nightly
27+
- "nightly"
28+
- "7.1"
29+
- "7.0"
30+
- "5.6"
31+
- "5.5"
32+
- "5.4"
1633

1734
branches:
1835
only:
@@ -24,4 +41,5 @@ script: php test.php
2441
matrix:
2542
allow_failures:
2643
- php: "nightly"
44+
- php: "hhvm-nightly"
2745

0 commit comments

Comments
 (0)