diff --git a/.travis.yml b/.travis.yml
index 6d7e7b0deb32d9cb12cda2906b22ac8cc3971363..bbba2b9790fd58ed8f5eb31a9696dfe01d677411 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,11 +6,6 @@ cache:
   directories:
     - node_modules
 
-# Only build branch updates for master
-branches:
-  only:
-    - master
-
 # Use container-based infrastructure
 dist: trusty
 sudo: false
diff --git a/opentech/static_src/package.json b/opentech/static_src/package.json
index 7d34f674671066935273c4a506f70b9dadf7ce30..2394d27c653dfdefb2e688f8eb90ee6a51ef31b8 100755
--- a/opentech/static_src/package.json
+++ b/opentech/static_src/package.json
@@ -72,8 +72,7 @@
     "build:prod": "npm-run-all clean create_dirs sync compile:*:prod",
     "deploy": "npm-run-all clean create_dirs build:prod upload",
     "start": "npm-run-all clean create_dirs sync compile:*:dev -p compile:*:watch watch serve --silent",
-    "debug": "npm-run-all clean create_dirs sync compile:*:prod -p compile:*:debug watch:*:debug --silent",
-    "postinstall": "npm run build"
+    "debug": "npm-run-all clean create_dirs sync compile:*:prod -p compile:*:debug watch:*:debug --silent"
   },
   "devDependencies": {
     "autoprefixer": "^8.1.0",