From 66b1aeed3f0ef1f82b93ae21d08135faa3b626c3 Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Fri, 3 Mar 2017 22:50:38 -0500 Subject: [PATCH] The debugging line was causing the issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e265a3..bbfec5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - sudo service salt-minion restart # Additional debug help - - sudo cat /var/log/salt/* + #- sudo cat /var/log/salt/* # See what kind of travis box you're on # to help with making your states compatible with travis