Skip to content

Commit 5ddbf4b

Browse files
committed
Test against legacy PHP 5.3 through PHP 7.2 and HHVM
1 parent 915fff3 commit 5ddbf4b

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.travis.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
language: php
22

33
php:
4-
- 5.3
4+
# - 5.3 # requires old distro
55
- 5.4
66
- 5.5
77
- 5.6
8-
- 7
9-
- hhvm
8+
- 7.0
9+
- 7.1
10+
- 7.2
11+
- hhvm # ignore errors, see below
12+
13+
# lock distro so new future defaults will not break the build
14+
dist: trusty
15+
16+
matrix:
17+
include:
18+
- php: 5.3
19+
dist: precise
20+
allow_failures:
21+
- php: hhvm
1022

1123
sudo: false
1224

0 commit comments

Comments
 (0)