From 7bd0d1c1363c4694eb088f98e62fbee420ed4963 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Fri, 5 Jan 2018 11:38:09 +0000
Subject: [PATCH] Update Travis so that it remains in the static_src file

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

diff --git a/.travis.yml b/.travis.yml
index b973fdd27..f3e6eff58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,11 +39,14 @@ install:
   # Install node
   - nvm install 8
 
+  # Move into the static_src folder where we will compile the FE
+  - cd ./opentech/static_src
+
   # Install node dependencies
-  - cd ./opentech/static_src && npm install --quiet
+  - npm install --quiet
 
   # Build the static files
-  - cd ./opentech/static_src && npm run build:prod
+  - npm run build:prod
 
 
 # Run the tests
-- 
GitLab