Update the .travis.yml to build all the features

This commit is contained in:
LemonBoy
2016-04-23 09:02:46 +02:00
parent a3fb967ad9
commit 3dbdf9d078

View File

@@ -5,4 +5,6 @@ compiler:
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y libx11-xcb-dev libxcb-randr0-dev libxcb-xinerama0-dev - sudo apt-get install -y libx11-xcb-dev libxcb-randr0-dev libxcb-xinerama0-dev
env:
- CFLAGS='-DWITH_XINERAMA=1'
script: make script: make