diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-28 16:27:43 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-28 16:27:43 +0100 |
| commit | 324311619cf94ed024526b160282d9ae0d5a9e37 (patch) | |
| tree | d80490942e7c7db1c30f145758a10223c6a10a74 | |
| parent | e13a0c26b3a1bdf2435cdfd6722d5b1730ded952 (diff) | |
| download | PROJ-data-324311619cf94ed024526b160282d9ae0d5a9e37.tar.gz PROJ-data-324311619cf94ed024526b160282d9ae0d5a9e37.zip | |
.travis.yml: takes into account repo renaming
| -rw-r--r-- | .travis.yml | 4 |
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" |
