From 7226469310050c1c3ca8e663d40b27a9110157f5 Mon Sep 17 00:00:00 2001 From: Christopher Maier Date: Wed, 15 Mar 2017 19:08:23 -0400 Subject: [PATCH] Add HipChat tests to Travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f5935e9..136257d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,12 @@ sudo: required services: - docker +env: + - TEST=unit + - TEST=hipchat + script: - - docker-compose -f docker-compose.ci.yml run test ./scripts/wait-for-it.sh postgres:5432 -s -t 30 -- make test-unit + - docker-compose -f docker-compose.ci.yml run test ./scripts/wait-for-it.sh postgres:5432 -s -t 30 -- make test-$TEST notifications: slack: