[travis] Do not install perftools since now grcov doesn't need it

This commit is contained in:
kngwyu 2020-05-14 20:40:33 +09:00
parent 2954342f6c
commit 465e83bb96
1 changed files with 0 additions and 5 deletions

View File

@ -34,11 +34,6 @@ env:
- TRAVIS_RUST_VERSION=nightly
- RUST_BACKTRACE=1
addons:
apt:
packages:
- libgoogle-perftools-dev
before_install:
- source ./ci/travis/setup.sh
- curl -L https://github.com/mozilla/grcov/releases/latest/download/grcov-linux-x86_64.tar.bz2 | tar jxf -