加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
Josh Kalderimis 提交于 2014-12-09 16:53 . Use the new build env on Travis
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.1
- jruby-18mode
- jruby-19mode
gemfile: ".travis/Gemfile"
sudo: false
env:
global:
- VERBOSE=true
- TIMEOUT=1
matrix:
- conn=ruby REDIS_BRANCH=2.8
- conn=hiredis REDIS_BRANCH=2.8
- conn=synchrony REDIS_BRANCH=2.8
- conn=ruby REDIS_BRANCH=unstable
branches:
only:
- master
matrix:
exclude:
# hiredis
- rvm: jruby-18mode
gemfile: .travis/Gemfile
env: conn=hiredis REDIS_BRANCH=2.8
- rvm: jruby-19mode
gemfile: .travis/Gemfile
env: conn=hiredis REDIS_BRANCH=2.8
# synchrony
- rvm: 1.8.7
gemfile: .travis/Gemfile
env: conn=synchrony REDIS_BRANCH=2.8
- rvm: jruby-18mode
gemfile: .travis/Gemfile
env: conn=synchrony REDIS_BRANCH=2.8
- rvm: jruby-19mode
gemfile: .travis/Gemfile
env: conn=synchrony REDIS_BRANCH=2.8
notifications:
irc:
- irc.freenode.net#redis-rb
email:
- damian.janowski@gmail.com
- pcnoordhuis@gmail.com
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化