From 783f31a53e87276cb267ef0e5f744dd1f24e079f Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Mon, 21 Sep 2015 11:52:49 +0200 Subject: [PATCH] Disable Travis-CI notifications on Slack We see the Travis-CI status in GitHub pull requests anyway. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b78e6379..b66a78f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,3 @@ script: - py.test - MUTALYZER_TEST_DATABASE_URI=postgres://postgres@127.0.0.1/mutalyzer_test py.test - MUTALYZER_TEST_DATABASE_URI=mysql://travis@127.0.0.1/mutalyzer_test?charset=utf8 py.test -notifications: - slack: - secure: "VsB4CPZCfUPpnt7sL94mYrws2B9VthQhY1+u7NBm6QkAopel0m1rx1vWx3gQCTR0t9vWiP+pSybtQ81PQFNrOSWDsb1QlyEK1JF1QUw5Zui+5wS8fwFM/sgwGIECuo6Oj0zCwC9KMM4olYEMC2c7TNHv4HgwWiMqEK9ItEYSLQY=" -- GitLab