AMD64
Node.js: 0.12
Git
HUBOT_VERSION=2.14
This is the configuration for all of build #13, including this job
.travis.yml
language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4"
env:
- HUBOT_VERSION=2.7.2
- HUBOT_VERSION=2.13.2
- HUBOT_VERSION=2.14
- HUBOT_VERSION=^2.16
before_install:
- npm install "hubot@$HUBOT_VERSION" --save
cache:
directories:
- node_modules
Build Config
{
"os": [
"linux"
],
"env": {
"matrix": [
"HUBOT_VERSION=2.7.2",
"HUBOT_VERSION=2.13.2",
"HUBOT_VERSION=2.14",
"HUBOT_VERSION=^2.16"
]
},
"dist": "trusty",
"sudo": false,
"cache": {
"directories": [
"node_modules"
]
},
"node_js": [
"0.10",
"0.12",
"4"
],
"language": "node_js",
"before_install": [
"npm install \"hubot@$HUBOT_VERSION\" --save"
]
}