Do not install unneeded package in travis/install_extra_deps.sh

This commit is contained in:
Matthieu Gautier 2017-02-28 10:25:45 +01:00
parent c8e2e14b5c
commit eac3b79151
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e
orig_dir=$(pwd)
sudo apt-get update -qq
sudo apt-get install -qq uuid-dev libicu-dev libctpp2-dev automake libtool python3-pip zlib1g-dev lzma-dev libbz2-dev cmake
sudo apt-get install -qq python3-pip
pip3 install meson
# ninja