update ci config

This commit is contained in:
Pig Fang 2018-07-14 15:14:29 +08:00
parent 65f1596eae
commit c7f6b6ba8d

View File

@ -25,12 +25,11 @@ script: ./vendor/bin/phpunit
matrix: matrix:
include: include:
- php: 7.0 - php: 7.1
script: script:
- ./vendor/bin/phpunit --coverage-clover=coverage.xml - ./vendor/bin/phpunit --coverage-clover=coverage.xml
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) -cF php - bash <(curl -s https://codecov.io/bash) -cF php
- php: 7.1
- php: 7.2 - php: 7.2
- node_js: 8 - node_js: 8
language: node_js language: node_js