1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

travis.yml: Move ./configure to before_script

This way, the Travis build will error and not fail on missing
dependencies.

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2016-04-02 11:15:20 +02:00
parent 3f8673f073
commit 95da24927a

View file

@ -35,9 +35,9 @@ install:
before_script: before_script:
- autoreconf -i - autoreconf -i
- ./configure --enable-gcov
script: script:
- ./configure --enable-gcov
- make - make
- make check - make check
# to re-enable if xdotool is allowed. # to re-enable if xdotool is allowed.