Remove i3 from travis build as its version is to old.

This commit is contained in:
QC 2014-08-28 21:30:57 +02:00
parent 8d708522fb
commit 4457f3d948
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ compiler:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libxinerama-dev autoconf automake make libxft-dev i3-wm libx11-dev libpango1.0-dev
- sudo apt-get install -y libxinerama-dev autoconf automake make libxft-dev libx11-dev libpango1.0-dev
script: autoreconf -i && ./configure && make