1 Star 0 Fork 0

曲帅 / libchart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
曲帅 提交于 2022-09-23 10:05 . first commit
sudo: false
language: php
cache:
directories:
- $HOME/.composer
- $HOME/.cache/composer
addons:
apt:
packages:
- parallel
stages:
- test
before_install:
- composer self-update
- composer --version
before_script:
- chmod +x ./.travis/*.sh
jobs:
include:
- stage: test
name: "Composer validate"
php: "7.3"
script: composer validate
- name: "Unit tests PHP 7.0"
php: "7.0"
script: ./.travis/test_phpunit.sh
- name: "Unit tests PHP 7.1"
php: "7.1"
script: ./.travis/test_phpunit.sh
- name: "Unit tests PHP 7.2"
php: "7.2"
script: ./.travis/test_phpunit.sh
- name: "Unit tests PHP 7.3"
php: "7.3"
script: ./.travis/test_phpunit.sh
- name: "Unit tests PHP 7.4"
php: "7.4"
env: UPLOAD_CODE_COVERAGE="yes"
script: ./.travis/test_phpunit.sh
- name: "PHP linting PHP 7.0"
php: "7.0"
script: ./.travis/test_lint.sh
- name: "PHP linting PHP 7.1"
php: "7.1"
script: ./.travis/test_lint.sh
- name: "PHP linting PHP 7.2"
php: "7.2"
script: ./.travis/test_lint.sh
- name: "PHP linting PHP 7.3"
php: "7.3"
script: ./.travis/test_lint.sh
- name: "PHP linting PHP 7.4"
php: "7.4"
script: ./.travis/test_lint.sh
1
https://gitee.com/qu_shuai/libchart.git
git@gitee.com:qu_shuai/libchart.git
qu_shuai
libchart
libchart
master

搜索帮助