From 391eef3e8e861218041e172354ed8b409ca0d8ea Mon Sep 17 00:00:00 2001
From: Ray <rschamp@users.noreply.github.com>
Date: Mon, 25 Feb 2019 13:59:55 -0500
Subject: [PATCH] Build, I say!

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index aefbaa34f..63d330228 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ cache:
 install:
 - npm --production=false install
 - npm --production=false update
-script: true
+script: npm run build
 before_deploy:
 - >
   if [ -z "$BEFORE_DEPLOY_RAN" ]; then
-- 
GitLab