1 Star 0 Fork 0

XenaShiny / sysreqs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 583 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gabor Csardi 提交于 2016-02-26 15:16 . Initial commit of Mason template
## Sample .travis.yml file for use with metacran/r-builder
## See https://github.com/metacran/r-builder for details.
language: c
sudo: required
before_install:
- curl -OL https://raw.githubusercontent.com/metacran/r-builder/master/pkg-build.sh
- chmod 755 pkg-build.sh
- ./pkg-build.sh bootstrap
install:
- ./pkg-build.sh install_deps
script:
- ./pkg-build.sh run_tests
after_failure:
- ./pkg-build.sh dump_logs
notifications:
email:
on_success: change
on_failure: change
env:
matrix:
- RVERSION=oldrel
- RVERSION=release
- RVERSION=devel
1
https://gitee.com/XenaShiny/sysreqs.git
git@gitee.com:XenaShiny/sysreqs.git
XenaShiny
sysreqs
sysreqs
master

搜索帮助