summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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.