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:
parent
3f8673f073
commit
95da24927a
1 changed files with 1 additions and 1 deletions
|
@ -35,9 +35,9 @@ install:
|
|||
|
||||
before_script:
|
||||
- autoreconf -i
|
||||
- ./configure --enable-gcov
|
||||
|
||||
script:
|
||||
- ./configure --enable-gcov
|
||||
- make
|
||||
- make check
|
||||
# to re-enable if xdotool is allowed.
|
||||
|
|
Loading…
Reference in a new issue