From c88de9fd3a54f6698b175b8f308d9e2a2498f256 Mon Sep 17 00:00:00 2001 From: Christopher Maier Date: Sat, 19 Aug 2017 22:58:56 -0400 Subject: [PATCH] Disable HipChat integration tests for now Unit and Slack integration tests work, but some timeout issues need to be tracked down on the HipChat side of things. See #1395 for more. We can disable the HipChat tests for now, so we can benefit from Travis CI builds on other PRs. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f223b55..765279e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,9 @@ services: env: - TEST=unit - TEST=slack -# - TEST=hipchat + # Temporarily disabling HipChat integration tests while we track + # down some connection issues. + # - TEST=hipchat script: - docker-compose -f docker-compose.ci.yml run test ./scripts/wait-for-it.sh postgres:5432 -s -t 30 -- make test-$TEST