Skip to content

Commit 9fcd22c

Browse files
committed
Use precise for PHP 5.3
1 parent 1064edc commit 9fcd22c

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
@@ -9,5 +9,11 @@ php:
99
- hhvm
1010
sudo: false
1111
dist: trusty
12+
matrix:
13+
include:
14+
-
15+
php: "5.3"
16+
dist: precise
17+
sudo: false
1218
before_script: rm composer.lock && composer install
1319
script: ./vendor/phpunit/phpunit/phpunit

0 commit comments

Comments
 (0)