From 93566840b96e502aaab305947ccfe530c4e6ca27 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 13 Dec 2015 10:44:05 +0100 Subject: [PATCH] install bc package on linux for the check_schema_version script --- travis-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-dependencies.sh b/travis-dependencies.sh index 2aa2b024c..8a64dd3c3 100755 --- a/travis-dependencies.sh +++ b/travis-dependencies.sh @@ -14,7 +14,7 @@ else # common prerequisites sudo apt-get update -qq - sudo apt-get install -y libprotobuf-dev protobuf-compiler cmake + sudo apt-get install -y libprotobuf-dev protobuf-compiler cmake bc if (( QT4 )); then # qt4 prerequisites