From 95da24927adaa20ab8979076bec2dc4cc066961d Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Sat, 2 Apr 2016 11:15:20 +0200 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b602958e..9366e75d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.