diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2015-06-21 00:58:40 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@mines-paris.org> | 2015-06-21 00:58:40 +0200 |
| commit | 06c19623e194257975172cccc9072163a2610e77 (patch) | |
| tree | 05c741a651a87da54b1e647f5d04e81f64af9f77 | |
| parent | cd63fe842b0ad0b748b2d9cf9560387d9454f0c0 (diff) | |
| download | PROJ-06c19623e194257975172cccc9072163a2610e77.tar.gz PROJ-06c19623e194257975172cccc9072163a2610e77.zip | |
.travis.yml: fix typo
| -rw-r--r-- | .travis.yml | 2 |
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 |
