From 324311619cf94ed024526b160282d9ae0d5a9e37 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 28 Jan 2020 16:27:43 +0100 Subject: .travis.yml: takes into account repo renaming --- .travis.yml | 4 ++-- 1 file 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" -- cgit v1.2.3