Skip to content

Commit 4340d38

Browse files
committed
Fix Travis build for 5.3 using dist: precise
1 parent 7d4b0c4 commit 4340d38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: php
22
sudo: false
33

44
php:
5-
- 5.3
65
- 5.4
76
- 5.5
87
- 5.6
@@ -12,8 +11,11 @@ php:
1211

1312
matrix:
1413
include:
14+
- php: 5.3
15+
dist: precise
1516
- php: 5.3
1617
env: COMPOSER_OPTIONS="--prefer-lowest"
18+
dist: precise
1719
- php: 7.0
1820
env: COMPOSER_OPTIONS="--prefer-lowest"
1921
- php: 7.1

0 commit comments

Comments
 (0)