Update Travis to test using PHP 7.1 to meet dependency requirements for tests.

This commit is contained in:
PJ Dietz 2017-08-03 14:09:40 -04:00
parent 83381bf5d5
commit 76d952b076
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: php language: php
php: php:
- "5.6" - "7.1"
- "7.0"
before_script: before_script:
- composer selfupdate - composer selfupdate