dont-build-commits-with-the-same-sha-more-than-once Use db:structure:load instead of db:schema:load

Push event #2155 failed

  • Ran for
  • Total time
The .travis.yml file used for this job is not available
Build Config
{
  "jdk": [
    "oraclejdk7",
    "openjdk6"
  ],
  "rvm": [
    "jruby-19mode"
  ],
  "matrix": {
    "include": [
      {
        "jdk": null,
        "rvm": "1.9.3"
      }
    ]
  },
  "script": [
    "./build.sh"
  ],
  "language": "ruby",
  "services": [
    "redis"
  ],
  "before_script": [
    "sudo service mysql stop",
    "redis-cli config set save \"\"",
    "RAILS_ENV=test rake db:create db:structure:load --trace"
  ],
  "notifications": {
    "irc": "irc.freenode.org#travis"
  }
}