From ecc974e7e25fa8e5a0fa592fda1f50b5f663c85b Mon Sep 17 00:00:00 2001
From: Thilanga Pitigala <thilanga.pitigala@digital360.com.au>
Date: Fri, 16 Feb 2018 23:03:28 +1100
Subject: [PATCH] Updated to handle container down

---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index f29d122..aa920f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,3 +29,6 @@ install:
 
 script:
   - docker-compose up --exit-code-from php
+
+after_script:
+  - docker-compose down
-- 
2.18.1