From f89810c45ab97baf2847855eb6cd57619a806279 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 21 Jun 2015 01:17:57 +0200 Subject: .travis.yml: fix previous commit --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2aa13779..50cc80b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,9 +53,8 @@ install: # autoconf build with grids and coverage - CFLAGS="--coverage" LDFLAGS="-lgcov" ./configure - make -j3 - - mv src/.libs/*.gc* src - - cd ../.. - make check + - mv src/.libs/*.gc* src script: - echo "done" -- cgit v1.2.3