mirror of
https://github.com/lbonn/rofi
synced 2024-11-23 04:13:03 +00:00
Remove i3 from travis build as its version is to old.
This commit is contained in:
parent
8d708522fb
commit
4457f3d948
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ compiler:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- 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
|
script: autoreconf -i && ./configure && make
|
||||||
|
|
Loading…
Reference in a new issue