From 06c19623e194257975172cccc9072163a2610e77 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 21 Jun 2015 00:58:40 +0200 Subject: .travis.yml: fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3