From 10c1ef4111a0ca49d40d48b4bbd0fbd2ce08d92d Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Fri, 5 Jan 2018 11:59:55 +0000
Subject: [PATCH] Update travis to move back into the folder it should be in

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

diff --git a/.travis.yml b/.travis.yml
index f3e6eff58..150e48978 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,6 +48,8 @@ install:
   # Build the static files
   - npm run build:prod
 
+  # Change back to the original folder
+  - cd -
 
 # Run the tests
 script:
-- 
GitLab