From 9583e447b2d0aa1a1ff4debf49c4bdbb73da0796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 15 May 2018 19:56:03 +0200 Subject: [PATCH] [travis] Run apt-get update before installing packages --- .travis/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/install.sh b/.travis/install.sh index c1ecf801..e7830a81 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -3,6 +3,7 @@ set -e # Enables cheking of return values from each command set -x # Prints every command if [[ "$(uname -s)" == 'Linux' ]]; then + sudo apt-get update sudo apt-get install cmake zlib1g-dev libssh-dev gettext sudo apt-get install python-pip libxml2-utils sudo pip install virtualenv