加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: ruby
rvm:
- 2.0.0
before_install:
# Fix error: Incorrect file permissions (664)
- chmod 644 Library/Formula/*.rb
- umask 022
- if [ -f ".git/shallow" ]; then
travis_retry git fetch --unshallow;
fi
install:
- PATH=$PWD/bin:$PATH
- export HOMEBREW_DEVELOPER="1"
script:
- brew test-bot
notifications:
email:
on_success: never
on_failure: always
addons:
artifacts:
s3_region: "us-west-2"
debug: true
paths:
- $(echo *.bottle.rb *.tar.gz)
- $(git ls-files -m Library/Formula | tr "\n" ":")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化