We need PHP 5.6 on Travis

This commit is contained in:
Pierre Rudloff 2016-10-18 09:44:45 +02:00
parent 95c2d9f476
commit f549cc8ce3
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
language: php
php:
- 5.6
install:
- composer install
before_install: