Add note when exiting because of the wrong repo

This commit is contained in:
Moritz Kiefer 2015-12-28 22:33:53 +01:00
parent 82fb46479a
commit 6c9edc6616

View File

@ -19,6 +19,7 @@ make html
# encryption is repo specific
if [ "$TRAVIS_REPO_SLUG" != "haskell/haskell-ide-engine" ]
then
echo "Exiting: not on haskell/haskell-ide-engine repo"
exit 0
fi