From 19c19d77470835eda08cf3eb82c72a2c9a593866 Mon Sep 17 00:00:00 2001 From: Martin Hoefling Date: Fri, 15 May 2015 17:46:58 +0200 Subject: [PATCH] Enable salt debug log in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0a3a0d..f68ff34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ env: global: - BS_PIP_ALLOWED=1 - BS_ECHO_DEBUG=1 - - SALT_ARGS="--local --retcode-passthrough --pillar-root=test/pillar --file-root=$PWD" + - SALT_ARGS="-l debug --local --retcode-passthrough --pillar-root=test/pillar --file-root=$PWD" matrix: - STATE=rsyncd - STATE=rsyncd.config