We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the repo-ci wiki!
Jenkins build step
#!/bin/bash -l
source ~/.bashrc
rvm use 1.9.3@global
bundle install
rake test