TRAVIS: fix cwd

This commit is contained in:
2016-06-01 18:35:47 +02:00
parent ae24f87c74
commit 6e37e18bc8

View File

@@ -48,7 +48,8 @@ script:
else else
echo "expected '$SRC_TGZ' not found"; echo "expected '$SRC_TGZ' not found";
exit 1; exit 1;
fi fi;
cd ..
after_script: after_script:
- ./update-gh-pages.sh - ./update-gh-pages.sh