-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(travis): push notifications to
saltstack-formulas.zulipchat.com
* Use `%2F` for the forward slash in the topic name: - https://docs.travis-ci.com/user/triggering-builds/ - https://www.degraeve.com/reference/urlencoding.php * Use Travis `if` conditional rather than `secret` encrypted enviroment variable workaround suggested: - Not a secret, just the bot's API key - Need to be able to modify parts of the URL in certain situations, such as the weekly `master` branch tests - References: + https://docs.travis-ci.com/user/environment-variables/#encrypting-environment-variables + travis-ci/travis-ci#329 + travis-ci/travis-ci#1094 + travis-ci/travis-ci#5063 + travis-ci/travis-ci#6100 + mozilla/build-tools@c13a297
- Loading branch information
Showing
5 changed files
with
63 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters