Setup travis email notifications for Brendy only

This commit is contained in:
Gael du Plessix
2017-10-19 11:45:59 +02:00
committed by Brendan Le Glaunec
parent 71046216ce
commit 5d0c21c5d9
+7
View File
@@ -46,3 +46,10 @@ script:
after_success:
- echo "Test Success - Branch($TRAVIS_BRANCH) Pull Request($TRAVIS_PULL_REQUEST) Tag($TRAVIS_TAG)"
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then echo -e "Push Container to Docker Hub" && docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD && docker tag cameradar $DOCKER_REPO:latest && docker push $DOCKER_REPO; fi
notifications:
email:
recipients:
- brendan.le-glaunec@epitech.eu
on_success: never
on_failure: always