mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Remove i3 build in travis... it is to old.
This commit is contained in:
parent
65abc093ca
commit
e42a60f87a
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ compiler:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -y i3-wm libxinerama-dev autoconf automake make libxft-dev libx11-dev libpango1.0-dev xvfb xdotool
|
- sudo apt-get install -y libxinerama-dev autoconf automake make libxft-dev libx11-dev libpango1.0-dev xvfb xdotool
|
||||||
- sudo pip install cpp-coveralls
|
- sudo pip install cpp-coveralls
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- autoreconf -i && ./configure --enable-gcov && make && make test
|
- autoreconf -i && ./configure --enable-gcov && make && make test
|
||||||
- make clean && autoreconf -i && ./configure --disable-i3support && make
|
# - make clean && autoreconf -i && ./configure --disable-i3support && make
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'
|
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'
|
||||||
|
|
Loading…
Reference in a new issue