Skip to content

Commit 247796a

Browse files
committed
Update Travis distro to precise, except for legacy PHP
1 parent 9dc4970 commit 247796a

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
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.0
99
- 7.1
10-
- hhvm
10+
- hhvm # ignore errors, see below
1111

1212
# lock distro so new future defaults will not break the build
13-
dist: precise
13+
dist: trusty
1414

15-
# also test against HHVM, but require "trusty" and ignore errors
1615
matrix:
1716
include:
18-
- php: hhvm
19-
dist: trusty
17+
- php: 5.3
18+
dist: precise
2019
allow_failures:
2120
- php: hhvm
2221

0 commit comments

Comments
 (0)