Bump version of `git-semver` to one that should actually work.
Austin S. Hemmelgarn committed
Feb 3, 2021 at 07:47 UTC
1d47e540e88832263c26cc967b73235d1452949a
1 file changed
+1
-1
.travis.yml
+1
-1
@@ -18,7 +18,7 @@ before_install:
18
#
19
install:
20
- 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
21
- - sudo pip install git-semver==0.2.4 # 11/Sep/2019: git-semver tip was broken, so we had to force last good run of it
21
+ - 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
22
- source tests/installer/slack.sh
23
- export NOTIF_CHANNEL="automation-beta"
24
- if [ "${TRAVIS_REPO_SLUG}" = "netdata/netdata" ]; then export NOTIF_CHANNEL="automation"; fi;