Skip to content

Commit 7bf825b

Browse files
committed
optimise travis matrix
-
1 parent 2dfa9f2 commit 7bf825b

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
language: php
22

3-
php:
4-
- 7.1
5-
- 7.0
6-
- 5.6
7-
- 5.5
8-
- hhvm
9-
103
matrix:
114
include:
125
- php: 7.1
136
env: RUN_COVERAGE=1
7+
- php: 7.0
8+
- php: 5.6
9+
- php: 5.5
10+
- php: hhvm
1411

1512
sudo: false
1613

0 commit comments

Comments
 (0)