11 Star 6 Fork 0

khs1994-php/tencent-ai

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
khs1994 提交于 2019-04-22 20:10 . Require PHP 7.2+
language: php
cache:
directories:
- vendor
- cache
php:
# - 5.6
# - 7.0
# - 7.1
- 7.2
- 7.3
- nightly
matrix:
fast_finish: true
allow_failures:
- php: nightly
install:
- composer self-update
- composer install -q
# - composer update -q
- curl -fsSL http://get.sensiolabs.org/sami.phar -o sami
- chmod +x sami
script:
# - vendor/bin/phpunit --no-configuration --filter "/::testDeleteForce( .*)?$/" TencentAI\Tests\FaceTest $PWD/tests/TencentAI/FaceTest.php
- composer test:coverage || composer test
- php -r 'echo file_put_contents(sys_get_temp_dir()."/tencent_ai.log","test end",FILE_APPEND);'
- php -r 'echo file_get_contents(sys_get_temp_dir()."/tencent_ai.log");'
after_success:
- bash <(curl -s https://codecov.io/bash)
- ./sami update .sami.php
branches:
only:
- master
- dev
deploy:
provider: pages
skip-cleanup: true
local-dir: build
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep-history: true
on:
branch: master
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/khs1994-php/tencent-ai.git
[email protected]:khs1994-php/tencent-ai.git
khs1994-php
tencent-ai
tencent-ai
master

搜索帮助