Run Travis tests with PHP 5.6 and 7.0
This commit is contained in:
parent
92294a2e67
commit
887b885eb9
|
|
@ -1,8 +1,7 @@
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- "5.6"
|
- "5.6"
|
||||||
- "5.5"
|
- "7.0"
|
||||||
- "5.4"
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer selfupdate
|
- composer selfupdate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue