add php 5.6 to tests for travis

This commit is contained in:
Julien Fastré 2014-10-07 01:00:50 +02:00
parent c142fbb4b2
commit 47ff410674

View File

@ -2,6 +2,7 @@ language: php
php:
- 5.5
- 5.4
- 5.6
- hhvm
install: composer install --dev