Skip to content
代码片段 群组 项目
提交 37346ead 编辑于 作者: gitlabhq's avatar gitlabhq
浏览文件

travis

上级 ed5e19a5
No related branches found
No related tags found
无相关合并请求
branches:
only:
- 'master'
rvm: 1.9.2
before_script:
- "bundle exec rake db:seed_fu RAILS_ENV=test"
- "sh -e /etc/init.d/xvfb start"
script: "bundle exec rake travis"
task :travis do
["rspec spec"].each do |cmd|
puts "Starting to run #{cmd}..."
system("export DISPLAY=:99.0 && bundle exec #{cmd}")
raise "#{cmd} failed!" unless $?.exitstatus == 0
end
end
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册