14 Star 33 Fork 30

G. / Git Lab Zh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 775 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: ruby
env:
global:
- TRAVIS=true
matrix:
- TASK=spinach DB=mysql
- TASK=spec:api DB=mysql
- TASK=spec:feature DB=mysql
- TASK=spec:other DB=mysql
- TASK=jasmine:ci DB=mysql
- TASK=spinach DB=postgresql
- TASK=spec:api DB=postgresql
- TASK=spec:feature DB=postgresql
- TASK=spec:other DB=postgresql
- TASK=jasmine:ci DB=postgresql
before_install:
- sudo apt-get install libicu-dev -y
branches:
only:
- 'master'
rvm:
- 2.0.0
services:
- redis-server
before_script:
- "cp config/database.yml.$DB config/database.yml"
- "cp config/gitlab.yml.example config/gitlab.yml"
- "bundle exec rake db:setup"
- "bundle exec rake db:seed_fu"
script: "bundle exec rake $TASK --trace"
notifications:
email: false
Ruby
1
https://gitee.com/linxuix/Git-Lab-Zh.git
git@gitee.com:linxuix/Git-Lab-Zh.git
linxuix
Git-Lab-Zh
Git Lab Zh
6-8-stable-zh

搜索帮助