From 1387bc9cdb708e83461600dde26f2c9f20986d24 Mon Sep 17 00:00:00 2001
From: Matthew Heon <matthew.heon@gmail.com>
Date: Wed, 15 Aug 2018 10:58:29 -0400
Subject: Do not 'make all' on Travis for Linux

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #1266
Approved by: baude
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 32fa9242b..2ede77a93 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,7 +53,6 @@ jobs:
       env: ALLOWED_TO_FAIL=true
     - stage: Integration Test
       script:
-        - make all
         - make integration
       go: 1.9.x
   allow_failures:
-- 
cgit v1.2.3-54-g00ecf