Skip to content

Commit 276f1f3

Browse files
authored
Fix tests for PHP 5.4 and 5.5
1 parent 141c97e commit 276f1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ sudo: false
55
matrix:
66
include:
77
- php: 5.4
8+
dist: trusty
89
- php: 5.5
10+
dist: trusty
911
- php: 5.6
1012
env: COLLECT_COVERAGE=true
1113
- php: 7.0
@@ -17,8 +19,6 @@ matrix:
1719

1820
allow_failures:
1921
- php: hhvm
20-
- php: 5.4
21-
- php: 5.5
2222

2323

2424
install:

0 commit comments

Comments
 (0)