From b78aa69455032997c240e99f0fe41dc84e5b6896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Sun, 8 Oct 2017 22:27:37 +0200 Subject: [PATCH] (travis) Do not install things bring with conan already --- .travis/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/install.sh b/.travis/install.sh index 6ee27892..15b0e5f5 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -3,12 +3,12 @@ set -e # Enables cheking of return values from each command set -x # Prints every command if [[ "$(uname -s)" == 'Linux' ]]; then - sudo apt-get install cmake zlib1g-dev libssh-dev libcurl4-openssl-dev gettext libexpat1-dev + sudo apt-get install cmake zlib1g-dev libssh-dev gettext sudo apt-get install python-pip libxml2-utils sudo pip install virtualenv else brew update - brew install expat gettext libssh + brew install gettext libssh brew install pyenv-virtualenv # By default it already has cmake 3.6.2 fi