Skip to content

Commit 32c5c58

Browse files
committed
Only run 5.3 on precise, and the rest on trusty
1 parent 8ae338b commit 32c5c58

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
dist: trusty
22
sudo: required
33
language: php
4-
php:
5-
- '5.6'
6-
- '5.5'
7-
- '5.4'
8-
- '5.3'
9-
- 'hhvm'
4+
matrix:
5+
include:
6+
- php: 5.3
7+
dist: precise
8+
- php: 5.4
9+
- php: 5.5
10+
- php: 5.6
11+
- php: hhvm
1012
before_script:
1113
- travis_retry composer install
1214
script:

0 commit comments

Comments
 (0)