Skip to content
xprazak2 edited this page Feb 13, 2015 · 2 revisions

Welcome to the repo-ci wiki!

Jenkins build step

#!/bin/bash -l

source ~/.bashrc

rvm use 1.9.3@global

bundle install

rake test

Clone this wiki locally