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:
parent
cefaef242d
commit
a87e6ac0c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user