Skip to content

Commit 3616efd

Browse files
committed
Use Trusty for all builds except PHP 5.3
PHP 5.2 and PHP 5.3 are not supported on Travis CI: "If you need PHP 5.2 or 5.3, please use Precise."
1 parent 770fa15 commit 3616efd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
1-
dist: trusty
2-
31
language: php
42

53
matrix:
64
allow_failures:
75
- php: nightly
86
include:
97
- php: 5.3
8+
dist: precise
109
- php: 5.4
10+
dist: trusty
1111
- php: 5.5
12+
dist: trusty
1213
- php: 5.6
14+
dist: trusty
1315
- php: 7.0
16+
dist: trusty
1417
- php: 7.1
18+
dist: trusty
1519
- php: hhvm
20+
dist: trusty
1621
- php: hhvm-nightly
22+
dist: trusty
1723
- php: nightly
24+
dist: trusty
1825

1926
before_script:
2027
- bash tests/before_script.sh

0 commit comments

Comments
 (0)