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