hh-travis Run bundle install

Push event #5.1 errored

  • Ran for
AMD64
no language set
Git
The .travis.yml file used for this job is not available
Build Config
{
  "script": "~/xctool/xctool.sh -workspace Travis.xcworkspace -scheme Travis test",
  "install": [
    "bundle install",
    "bundle exec pod install"
  ],
  "language": "objective-c",
  "before_install": [
    "git clone https://github.com/facebook/xctool.git ~/xctool",
    "~/xctool/build.sh"
  ]
}