From 0eb00fe39caf6054a7c2f11e61eb3e143d91f4f4 Mon Sep 17 00:00:00 2001 From: Daenyth Date: Wed, 25 Jun 2014 01:31:43 -0400 Subject: [PATCH] Add build-essential to travis cfg This can't be causing the failure can it? It can't find QtMultimedia.. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 378c7e48..07f05b95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,5 @@ compiler: script: mkdir build && cd build && cmake .. && make before_install: - sudo apt-get update -qq - - sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev + - sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev build-essential cache: apt