Merge pull request #29 from DanielRuf/patch-3
added more PHP versions to the travis file
This commit is contained in:
commit
15baf1db70
@ -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