Skip to content

Commit ccaa3eb

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

1 file changed

Lines changed: 23 additions & 30 deletions

File tree

.travis.yml

Lines changed: 23 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,33 @@ before_install:
66

77
matrix:
88
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"
9+
- dist: trusty
10+
php:
11+
- hhvm-3.3
12+
- hhvm-3.6
13+
- hhvm-3.9
14+
- hhvm-3.12
15+
- hhvm-3.15
16+
- hhvm-3.18
17+
- hhvm-nightly
18+
- "nightly"
19+
- "7.1"
20+
- "7.0"
21+
- "5.6"
22+
- "5.5"
23+
- "5.4"
24+
25+
- dist: precise
26+
php:
27+
- "5.3"
28+
29+
allow_failures:
30+
- php: "nightly"
31+
- php: "hhvm-nightly"
3332

3433
branches:
3534
only:
3635
- master
3736
- develop
3837

3938
script: php test.php
40-
41-
matrix:
42-
allow_failures:
43-
- php: "nightly"
44-
- php: "hhvm-nightly"
45-

0 commit comments

Comments
 (0)