Skip to content

Commit

Permalink
Remove notifications section.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdrotar committed Jul 6, 2017
1 parent 775275e commit 2834a19
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Expand Up @@ -66,8 +66,4 @@ deploy_script:
- ps: If ($env:APPVEYOR_REPO_TAG -eq "true" -And $env:APPVEYOR_REPO_BRANCH -eq "master") { Invoke-Expression "twine upload -u $env:PYPI_USERNAME -p $env:PYPI_PASSWORD --repository-url https://testpypi.python.org/pypi/ --skip-existing dist/*" } Else {
write-output "Not on a tag on master, won't deploy to pypi"}

notifications:
- provider: Slack
auth_token:
secure: mWyfLXzxRAHCKD2QRHWvHZaX
channel: 'tgsmith61591-gh#pyramid-cicd'
# Notifications are done through the Appveyor UI.

0 comments on commit 2834a19

Please sign in to comment.