Skip to content

Commit 8555e22

Browse files
committed
Use precise for PHP 5.3
1 parent 1064edc commit 8555e22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ php:
99
- hhvm
1010
sudo: false
1111
dist: trusty
12+
matrix:
13+
include:
14+
- php: "5.3"
15+
dist: precise
1216
before_script: rm composer.lock && composer install
1317
script: ./vendor/phpunit/phpunit/phpunit

0 commit comments

Comments
 (0)