mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-27 06:29:19 +08:00
update ci config
This commit is contained in:
parent
65f1596eae
commit
c7f6b6ba8d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user