Merge pull request #29 from DanielRuf/patch-3

added more PHP versions to the travis file
This commit is contained in:
Stephen Paul Weber 2016-03-15 08:23:18 -04:00
commit 15baf1db70
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
language: php
php:
- "5.4"
- "5.3"
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
before_script:
- composer install --prefer-source --dev