Skip to content

Commit 07504cf

Browse files
committed
Log version range
1 parent 7c6aabb commit 07504cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/travis/before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on_error() {
3636
#
3737
# $1 - acceptable version range
3838
update_npm() {
39-
echo "Updating npm..." >&2
39+
echo "Updating npm: ${version}." >&2
4040

4141
# Must wrap the version range in quotes to ensure range treated as a single string:
4242
npm install -g npm@'"'"$1"'"'

0 commit comments

Comments
 (0)