Skip to content

Commit 7231d2f

Browse files
committed
Travis 5.3 tests
1 parent 8446536 commit 7231d2f

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
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
9+
- hhvm # ignore errors, see below
10+
11+
# lock distro so new future defaults will not break the build
12+
dist: trusty
13+
14+
matrix:
15+
include:
16+
- php: 5.3
17+
dist: precise
18+
allow_failures:
19+
- php: hhvm
1020

1121
sudo: false
1222

0 commit comments

Comments
 (0)