Skip to content

Commit fce9893

Browse files
committed
try to fix travis settings for PHP 5.3
1 parent b6ad8ba commit fce9893

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

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

33
sudo: false
4+
dist: trusty
5+
6+
matrix:
7+
include:
8+
- php: 5.3
9+
dist: precise
410

511
php:
612
- 5.3

0 commit comments

Comments
 (0)