diff --git a/.travis/test.sh b/.travis/test.sh
index a5ec1472..f32af4af 100755
--- a/.travis/test.sh
+++ b/.travis/test.sh
@@ -3,7 +3,6 @@ set -e
 
 if [ "$WR_TEST" = "no" ]; then
     python setup.py test
-    cd karma-tests && make test && cd ..
 else
     cd webrecorder-tests
     INTRAVIS=1 pytest -m "pywbtest and chrometest"
diff --git a/build-wombat.sh b/build-wombat.sh
new file mode 100755
index 00000000..0d3cda7a
--- /dev/null
+++ b/build-wombat.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
+
+cd $CURR_DIR/wombat
+export OUTPUT_DIR=../pywb/static/
+yarn install
+yarn run build-prod
+#cp ./dist/*.js ../pywb/static/
diff --git a/wombat b/wombat
index 0b0c171a..2e6eb7a0 160000
--- a/wombat
+++ b/wombat
@@ -1 +1 @@
-Subproject commit 0b0c171a4f0f34114ba3cefd5ba80304515f4ef8
+Subproject commit 2e6eb7a0c3772da61ff24f07bca7e69ccf346db4