Skip to content

Commit

Permalink
Merge pull request #3057 from opentripplanner/remove-slack-notification
Browse files Browse the repository at this point in the history
Remove Conveyal Slack Travis build notification
  • Loading branch information
abyrd committed May 12, 2021
2 parents c79964c + 25a3f1e commit de54542
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ cache:
directories:
- $HOME/.m2/repository

# Notify us of the build status on the Slack channel
notifications:
slack: conveyal:RQuTZBfE7FBjVtYkKwdnNRjY

# Decrypt and import the artifact signing certificate before running the build
before_install:
- if [[ "$TRAVIS_PULL_REQUEST" = "false" ]]; then openssl aes-256-cbc -K $encrypted_9918733fe303_key -iv $encrypted_9918733fe303_iv -in maven-artifact-signing-key.asc.enc -out maven-artifact-signing-key.asc -d && gpg --import --batch maven-artifact-signing-key.asc; fi
Expand Down

0 comments on commit de54542

Please sign in to comment.