Remove php 7.0 in travisci

This commit is contained in:
sc0Vu 2017-12-12 12:24:11 +08:00
parent a9701d68c6
commit e238a3596e
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: php
php:
- 7.0
- 7.1
install:

View File

@ -14,7 +14,7 @@
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0@dev"
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {