diff options
author | Jack Lloyd <[email protected]> | 2020-06-19 21:20:57 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-06-19 21:20:57 -0400 |
commit | 9e4f9c061d72207f4e110872db148287abefd5b3 (patch) | |
tree | bc25369a084b8c8a9f8456899d5879c7b65b51a9 /src/scripts | |
parent | 7f0db430832fcf38e0362344b43ee27810e1c35e (diff) |
Stop fixing version of codecov install
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/ci/setup_travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh index c5451551f..6bc53594d 100755 --- a/src/scripts/ci/setup_travis.sh +++ b/src/scripts/ci/setup_travis.sh @@ -72,7 +72,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo add-apt-repository -y ppa:pkg-opendnssec/ppa sudo apt-get -qq update sudo apt-get install softhsm2 trousers libtspi-dev lcov python-coverage libboost-all-dev golang-1.10 gdb - pip install --user codecov==2.0.10 + pip install --user codecov git clone --depth 1 --branch runner-changes-golang1.10 https://github.com/randombit/boringssl.git sudo chgrp -R "$(id -g)" /var/lib/softhsm/ /etc/softhsm |