16 Star 78 Fork 12

ch4o5 / SM3-PHP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: php
jobs:
include:
- php: 5.3
dist: precise
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
dist: xenial
- php: 7.0
dist: xenial
- php: 7.1
dist: bionic
script:
- composer ci
after_success:
- cd dist/
- git init
- git config user.name "DongyunLee"
- git config user.email "dongyunli619@gmail.com"
- git add .
- git commit -m "Test And Build"
- git push --force --quiet "https://${GH_TOKEN}@github.com/DongyunLee/SM3-PHP.git" master:pre-build
branches:
except:
- pre-build
PHP
1
https://gitee.com/ch4o5/SM3-PHP.git
git@gitee.com:ch4o5/SM3-PHP.git
ch4o5
SM3-PHP
SM3-PHP
master

搜索帮助