diff --git a/.travis.yml b/.travis.yml index b973fdd27d045535a760de2aa4a9e7d0476a4b4a..f3e6eff58e8dd0d2cd11e62bba6a9eccccb7d457 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