Skip to content

Commit ca84921

Browse files
authored
Merge pull request #171 from LExpress/travis-precise
Update .travis.yml
2 parents 68dd071 + 56727f9 commit ca84921

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
64
- 5.5
75
- 5.6
86
- 7.0
@@ -15,6 +13,13 @@ matrix:
1513
fast_finish: true
1614
allow_failures:
1715
- php: nightly
16+
include:
17+
- php: 5.3
18+
dist: precise
19+
sudo: required
20+
- php: 5.4
21+
dist: precise
22+
sudo: required
1823

1924
# faster builds on new travis setup not using sudo
2025
sudo: false

0 commit comments

Comments
 (0)