Skip to content

Commit 0edcab0

Browse files
committed
allow php 5.3, 5.4, 5.5 except xenial os
1 parent 236c7c4 commit 0edcab0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ matrix:
2828
env: DEPENDENCIES="--ignore-platform-reqs"
2929
exclude:
3030
- php: 5.3
31+
dist: xenial
3132
- php: 5.4
33+
dist: xenial
3234
- php: 5.5
35+
dist: xenial
3336
- php: 7.0
3437
allow_failures:
3538
- php: nightly

0 commit comments

Comments
 (0)