added more PHP versions to the travis file

5.3 and 5.4 could be possibly removed. Nightly builds and HHVM should be ok.
This commit is contained in:
Daniel Ruf 2016-03-15 09:31:57 +01:00
parent cefaef242d
commit a87e6ac0c9
1 changed files with 7 additions and 2 deletions

View File

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