Skip to content

Instantly share code, notes, and snippets.

@MariadeAnton
Created August 23, 2016 08:49
Show Gist options
  • Save MariadeAnton/3eade4694331da2c48be4872016cccd2 to your computer and use it in GitHub Desktop.
Save MariadeAnton/3eade4694331da2c48be4872016cccd2 to your computer and use it in GitHub Desktop.
Slack Notifications disabled for PRs

To disable slack notifications for Pull Requests:

notifications:
  slack:
    on_pull_requests: false
    rooms: 
      - secure: long-encrypted-value

long-encrypted-value generated using `travis encrypt "TeamName:token"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment