Push event #12 passed

  • Ran for
  • Total time
The .travis.yml file used for this job is not available
Build Config
{
  "env": [
    "HUBOT_VERSION=2.7.2",
    "HUBOT_VERSION=2.13.2",
    "HUBOT_VERSION=2.14",
    "HUBOT_VERSION=^2.16"
  ],
  "sudo": false,
  "cache": {
    "directories": [
      "node_modules"
    ]
  },
  "node_js": [
    "0.10",
    "0.12",
    "4"
  ],
  "language": "node_js",
  "before_install": [
    "npm install \"hubot@$HUBOT_VERSION\" --save"
  ]
}