Skip to content

Commit ec3b4c8

Browse files
committed
Move CI install to install & add verbosity
1 parent b374e16 commit ec3b4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ after_success:
1717
# by the `env` specified in the matrix. That lets us test against
1818
# multiple Hubot versions. This is a bit messy, but works around
1919
# package.json only being able to specify one version.
20-
script: npm install && npm install hubot@"$HUBOT_VERSION" && npm test
20+
install: npm install && npm install -dd hubot@"$HUBOT_VERSION"

0 commit comments

Comments
 (0)