Trying out Codeship

Stumbled across Codeship and decided to give it a shot. Works a little similar to deploying to Heroku which I'm already doing, so it wasn't too bad to figure out.

Because Heroku stores deployment specific data in environment variables, my little application was pretty much already set up for Codeship. I had to export the variables a little differently. Also, I learned quickly that you had to set the Ruby version using RVM in the setup and the test command. Here is my setup - the environment vars are set so the tests can pass:

and here is my test command:

and the poop is passing (at least right now it is)...