summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"