AMD64
Ruby: 1.9.2
Git
The .travis.yml file used for this job is not available
Build Config
{
"rvm": "1.9.2",
".configured": "true",
"before_script": [
"psql -c 'create database travis_test;' -U postgres",
"RAILS_ENV=test rake db:schema:load"
],
"notifications": {
"irc": "irc.freenode.org#travis"
}
}