Skip to content

Commit

Permalink
Move CI install to install & add verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
clavin committed Aug 5, 2019
1 parent b374e16 commit ec3b4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ after_success:
# by the `env` specified in the matrix. That lets us test against
# multiple Hubot versions. This is a bit messy, but works around
# package.json only being able to specify one version.
script: npm install && npm install hubot@"$HUBOT_VERSION" && npm test
install: npm install && npm install -dd hubot@"$HUBOT_VERSION"

0 comments on commit ec3b4c8

Please sign in to comment.