Update Travis to test using PHP 7.1 to meet dependency requirements for tests.
This commit is contained in:
parent
83381bf5d5
commit
76d952b076
|
|
@ -1,7 +1,6 @@
|
|||
language: php
|
||||
php:
|
||||
- "5.6"
|
||||
- "7.0"
|
||||
- "7.1"
|
||||
|
||||
before_script:
|
||||
- composer selfupdate
|
||||
|
|
|
|||
Loading…
Reference in New Issue