We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6aabb commit 07504cfCopy full SHA for 07504cf
tools/ci/travis/before_install
@@ -36,7 +36,7 @@ on_error() {
36
#
37
# $1 - acceptable version range
38
update_npm() {
39
- echo "Updating npm..." >&2
+ echo "Updating npm: ${version}." >&2
40
41
# Must wrap the version range in quotes to ensure range treated as a single string:
42
npm install -g npm@'"'"$1"'"'
0 commit comments