Skip to content

Commit a0dc91d

Browse files
committed
Use trusty for PHP 5.6 to fix issue with memcache extension
1 parent 793f152 commit a0dc91d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
76
- 7.2
@@ -24,6 +23,9 @@ matrix:
2423
- php: 5.5
2524
dist: trusty
2625
sudo: required
26+
- php: 5.6
27+
dist: trusty
28+
sudo: required
2729

2830
# faster builds on new travis setup not using sudo
2931
sudo: false

0 commit comments

Comments
 (0)