5 Star 0 Fork 0

Gitee 极速下载 / xoops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/XOOPS/XoopsCore
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Richard Griffith 提交于 2020-05-08 17:56 . Update diff-sniffer syntax
sudo: false
language: php
php:
# - 7.1
- 7.2
- 7.3
- 7.4
services:
- mysql
#matrix:
# allow_failures:
# - php: 7.4snapshot
before_install:
- composer self-update
- cp composer.json.dist composer.json
install:
- composer require xoops/base-requires:dev-master
- composer update
before_script:
- mysql -e 'create database xoops_test;'
- php console/console.php ci-bootstrap
- php console/console.php ci-install
- php console/console.php install-module avatars
- php console/console.php install-module page
script:
- xoops_lib/vendor/bin/phpunit
- wget https://github.com/diff-sniffer/git/releases/download/0.3.2/git-phpcs.phar
- php git-phpcs.phar $TRAVIS_COMMIT_RANGE
after_script:
- if [ "$TRAVIS_PHP_VERSION" != "7.4snapshot" ] && [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ "$TRAVIS_PHP_VERSION" != "7.4snapshot" ] && [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mirrors/xoops.git
git@gitee.com:mirrors/xoops.git
mirrors
xoops
xoops
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891