summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-28 16:27:43 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-01-28 16:27:43 +0100
commit324311619cf94ed024526b160282d9ae0d5a9e37 (patch)
treed80490942e7c7db1c30f145758a10223c6a10a74
parente13a0c26b3a1bdf2435cdfd6722d5b1730ded952 (diff)
downloadPROJ-data-324311619cf94ed024526b160282d9ae0d5a9e37.tar.gz
PROJ-data-324311619cf94ed024526b160282d9ae0d5a9e37.zip
.travis.yml: takes into account repo renaming
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9abc6cc..3f6a03f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,8 @@ before_install:
install:
# Travis build directory includes /build/, which is a pattern we exclude
# in our 'make dist' target...
- - (cd ..; mv proj-datumgrid-geotiff /tmp)
- - (cd /tmp/proj-datumgrid-geotiff && ./travis/test.sh)
+ - (cd ..; mv PROJ-data /tmp)
+ - (cd /tmp/PROJ-data && ./travis/test.sh)
script:
- echo "done"