Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Fix apt-get package installation for coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Dec 9, 2018
1 parent 15bbd15 commit c6681ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ elif [ "$action" = "upload_code_coverage" ]; then
"$TRAVIS_RUST_VERSION" == "stable" &&
"$TRAVIS_OS_NAME" == "linux" &&
"$TRAVIS_JOB_NAME" != *"packaging"* ]]; then
sudo -E apt-get -yq --no-install-suggests --no-install-recommends $(travis_apt_get_options) install libcurl4-openssl-dev libelf-dev libdw-dev cmake gcc binutils-dev libiberty-dev zlib1g-dev &&
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install libcurl4-openssl-dev libelf-dev libdw-dev cmake gcc binutils-dev libiberty-dev zlib1g-dev &&
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
tar xzf master.tar.gz &&
cd kcov-master &&
Expand Down

0 comments on commit c6681ba

Please sign in to comment.