Skip to content

Commit

Permalink
Fix Travis build for 5.3 using dist: precise
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Oct 23, 2017
1 parent 7d4b0c4 commit 4340d38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php
sudo: false

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -12,8 +11,11 @@ php:

matrix:
include:
- php: 5.3
dist: precise
- php: 5.3
env: COMPOSER_OPTIONS="--prefer-lowest"
dist: precise
- php: 7.0
env: COMPOSER_OPTIONS="--prefer-lowest"
- php: 7.1
Expand Down

0 comments on commit 4340d38

Please sign in to comment.