summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authormaneamarius <locomotion.itservices@gmail.com>2021-11-22 11:53:29 +0200
committerGitHub <noreply@github.com>2021-11-22 11:53:29 +0200
commitb842fcab3d651ba53994ff5a33dedeb72f17a4d6 (patch)
treea35c3b2bee6a12b75ef0114af16309649deafc74 /.travis.yml
parent454387fcf4d30b57f0f2264f9d4acce081808d7a (diff)
specify pip3 when installing git-semver package (#11817)
Co-authored-by: Marius Manea <marius@netdata.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7af4d44b22..00872cffdf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ before_install:
#
install:
- sudo apt-get install -y libuv1-dev liblz4-dev libjudy-dev libcap2-bin zlib1g-dev uuid-dev fakeroot libipmimonitoring-dev libmnl-dev libnetfilter-acct-dev gnupg python3-pip
- - sudo pip install git-semver==0.3.2 # 11/Sep/2019: git-semver tip was broken, so we had to force last good run of it
+ - sudo pip3 install git-semver==0.3.2 # 11/Sep/2019: git-semver tip was broken, so we had to force last good run of it
- source tests/installer/slack.sh
- export NOTIF_CHANNEL="automation-beta"
- if [ "${TRAVIS_REPO_SLUG}" = "netdata/netdata" ]; then export NOTIF_CHANNEL="automation"; fi;