travis: Run a apt-get update before installing the needed packages

This commit is contained in:
LemonBoy 2015-04-15 11:04:53 +02:00
parent b82d96a68e
commit 25c3441925
1 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,6 @@ compiler:
- clang
- gcc
before_install:
- sudo apt-get install -qq libx11-xcb-dev libxcb-randr0-dev libxcb-xinerama0-dev
- sudo apt-get update -qq
- sudo apt-get install -y libx11-xcb-dev libxcb-randr0-dev libxcb-xinerama0-dev
script: make