Skip to content

Commit 08c9a45

Browse files
committed
Update Travis distro to precise, except for legacy PHP
1 parent d0b1152 commit 08c9a45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

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

33
php:
4-
- 5.3
4+
# - 5.3 # requires old distro, see below
55
- 5.4
66
- 5.5
77
- 5.6
88
- 7
9+
- hhvm # ignore errors, see below
910

1011
# lock distro so new future defaults will not break the build
11-
dist: precise
12+
dist: trusty
1213

13-
# also test against HHVM, but require "trusty" and ignore errors
1414
# also test lowest dependencies on PHP 5.3 and PHP 7
1515
matrix:
1616
include:
1717
- php: 5.3
18+
dist: precise
1819
env:
20+
-
1921
- DEPENDENCIES=lowest
2022
- php: 7.0
2123
env:
2224
- DEPENDENCIES=lowest
23-
- php: hhvm
24-
dist: trusty
2525
allow_failures:
2626
- php: hhvm
2727

0 commit comments

Comments
 (0)