Skip to content

Commit 6f63095

Browse files
committed
Update Travis distro to precise, except for legacy PHP
1 parent c8d8b36 commit 6f63095

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,20 +1,20 @@
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
matrix:
1515
include:
16-
- php: hhvm
17-
dist: trusty
16+
- php: 5.3
17+
dist: precise
1818
allow_failures:
1919
- php: hhvm
2020

0 commit comments

Comments
 (0)