Skip to content

Commit 134fe4e

Browse files
committed
Enhancement: Specify matrix inclusions
1 parent 7f1a173 commit 134fe4e

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.travis.yml

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

3-
php:
4-
- 5.3.3
5-
- 5.3
6-
- 5.4
7-
- 5.5
8-
- 5.6
9-
- 7
10-
- hhvm
11-
123
matrix:
134
fast_finish: true
5+
include:
6+
- php: 5.3.3
7+
- php: 5.3
8+
- php: 5.4
9+
- php: 5.5
10+
- php: 5.6
11+
- php: 7
12+
- php: hhvm
1413
allow_failures:
1514
- php: 7
1615

0 commit comments

Comments
 (0)