The .travis.yml file used for this job is not available
Build Config
{
"rvm": [
"1.9.2",
"jruby-18mode"
],
".configured": true,
"before_script": [
"RAILS_ENV=test bundle exec rake db:create db:schema:load --trace"
],
"notifications": {
"irc": "irc.freenode.org#travis"
}
}