From 1c7a3047c6bfbd8815d2770cddde98ff40c55bcf Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Wed, 26 Sep 2018 21:22:45 +0200
Subject: [PATCH] Update travis config for gulp.

---
 .travis.yml | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ca5466614..d399d1945 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,19 +34,16 @@ install:
   - pip install -r requirements.txt
 
   # Install node
-  - nvm install 8
-
-  # Move into the static_src folder where we will compile the FE
-  - cd ./opentech/static_src
+  - nvm install 10
 
   # Install node dependencies
   - npm install --quiet
 
-  # Build the static files
-  - npm run build:prod
+  # Install gulp-cli
+  - npm install -g gulp-cli
 
-  # Change back to the original folder
-  - cd -
+  # Build the static files
+  - gulp deploy
 
 # Run the tests
 script:
-- 
GitLab