do not deploy forks from travis-ci.org
#git remote -v | grep push | sed -e 's/^.*://g' -e 's/\/.*$//g'
github_user=`git remote -v | grep push | sed -e 's/^.*://g' -e 's/\/.*$//g'`
if [ "$github_user" == "AtlasOfLivingAustralia" ]; then echo "NOT A FORK, so deploy here..."; fi