Skip to content

Commit

Permalink
Merge pull request #1379 from operable/cm/travis-hipchat
Browse files Browse the repository at this point in the history
Add HipChat tests to Travis
  • Loading branch information
christophermaier committed Mar 15, 2017
2 parents bf30abc + 7226469 commit 59d265b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 59d265b

Please sign in to comment.