don't need verbose tar in ci

This commit is contained in:
Kevin Froman 2020-04-23 04:49:39 -05:00
parent 10c303a85a
commit f87f71cb07
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ python:
before_install:
- sudo apt-get -y install wget
- wget https://dist.torproject.org/tor-0.4.2.7.tar.gz
- tar -xzvf tor-0.4.2.7.tar.gz
- tar -xzf tor-0.4.2.7.tar.gz
- cd tor-0.4.2.7/
- ./configure
- make