From 6c33786eb41c0233142864720d5f737919ea7967 Mon Sep 17 00:00:00 2001 From: ktran Date: Wed, 22 Aug 2018 15:36:10 -0400 Subject: [PATCH 1/2] Adding travis slack integration to the repo --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4ecce42c..8ee7c8ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,3 +56,7 @@ deploy: script: deploy/kubernetes/atst-update-deploy.sh on: branch: master + +notifications: + slack: + secure: $TRAVIS_CI_CRED \ No newline at end of file From 57c886df000a3f454ed7ebe72a6527dbd929c879 Mon Sep 17 00:00:00 2001 From: ktran Date: Wed, 22 Aug 2018 15:42:52 -0400 Subject: [PATCH 2/2] Renaming so that the ENV variable is more descriptive --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ee7c8ba..48c39a42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,4 +59,4 @@ deploy: notifications: slack: - secure: $TRAVIS_CI_CRED \ No newline at end of file + secure: $SLACK_TRAVIS_CI_CRED \ No newline at end of file