aboutsummaryrefslogtreecommitdiff
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 db24c124..860dd47f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,7 +51,7 @@ install:
- make check
- cd ..
# autoconf build with grids and coverage
- - CFLAGS="--coverage" LDFLAGS="-lgcov" ../configure
+ - CFLAGS="--coverage" LDFLAGS="-lgcov" ./configure
- make -j3
- cd src/.libs
- for i in ../*.c; do ln -s $i .; done