We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
install
1 parent b374e16 commit ec3b4c8Copy full SHA for ec3b4c8
.travis.yml
@@ -17,4 +17,4 @@ after_success:
17
# by the `env` specified in the matrix. That lets us test against
18
# multiple Hubot versions. This is a bit messy, but works around
19
# package.json only being able to specify one version.
20
-script: npm install && npm install hubot@"$HUBOT_VERSION" && npm test
+install: npm install && npm install -dd hubot@"$HUBOT_VERSION"
0 commit comments