From 1387bc9cdb708e83461600dde26f2c9f20986d24 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 15 Aug 2018 10:58:29 -0400 Subject: [PATCH] Do not 'make all' on Travis for Linux Signed-off-by: Matthew Heon Closes: #1266 Approved by: baude --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32fa9242ba55..2ede77a93df6 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: