aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 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"