Skip to content

Commit c81734e

Browse files
mdupontMichaël Dupont
authored and
Michaël Dupont
committed
Trying to debug Travis CI
1 parent d43ee6d commit c81734e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

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

3-
dist: precise
3+
dist: xenial
44

55
php:
66
- 5.3
@@ -14,14 +14,21 @@ php:
1414

1515
matrix:
1616
include:
17+
- php: 5.4
18+
dist: trusty # force ubuntu 14.04, ubuntu >= 16.04 only has php >= 5.6
19+
- php: 5.5
20+
dist: trusty # force ubuntu 14.04, ubuntu >= 16.04 only has php >= 5.6
1721
- php: 7.0
1822
env: COVERAGE=1
1923
- php: 5.3
20-
env: COMPOSER_MEMORY_LIMIT=2G
24+
dist: precise # force ubuntu 12.04, ubuntu >= 14.04 only has php >= 5.4
25+
env: COMPOSER_MEMORY_LIMIT=3G
2126
- php: 7.3
2227
env: DEPENDENCIES="--ignore-platform-reqs"
2328
exclude:
2429
- php: 5.3
30+
- php: 5.4
31+
- php: 5.5
2532
- php: 7.0
2633
- php: 7.3
2734

@@ -36,6 +43,7 @@ env:
3643

3744
before_install:
3845
## Packages
46+
- sudo rm -f /etc/apt/sources.list.d/mongodb.list # Makes apt crash on Precise, and we don't need MongoDB
3947
- sudo apt-get update -qq
4048
- sudo apt-get install -y graphviz
4149

0 commit comments

Comments
 (0)