igor-rm-annotations point to correct travis-migrations path in Rakefile

Push event #4802.1 failed

  • Ran for
AMD64
Ruby: 2.3.6
Git
The .travis.yml file used for this job is not available
Build Config
{
  "os": [
    "linux"
  ],
  "rvm": [
    "2.3.6"
  ],
  "dist": "trusty",
  "sudo": false,
  "cache": {
    "bundler": true
  },
  "addons": {
    "artifacts": {
      "paths": [
        "log/"
      ],
      "enabled": true
    },
    "postgresql": "9.3"
  },
  "matrix": {
    "fast_finish": true
  },
  "script": [
    "./build.sh"
  ],
  "language": "ruby",
  "services": [
    "redis-server",
    "memcached"
  ],
  "before_script": [
    "redis-cli config set save \"\"",
    "RAILS_ENV=test bundle exec rake db:create --trace"
  ]
}