Enable salt debug log in travis

This commit is contained in:
Martin Hoefling 2015-05-15 17:46:58 +02:00
parent 3d829fe62f
commit 19c19d7747
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ env:
global: global:
- BS_PIP_ALLOWED=1 - BS_PIP_ALLOWED=1
- BS_ECHO_DEBUG=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: matrix:
- STATE=rsyncd - STATE=rsyncd
- STATE=rsyncd.config - STATE=rsyncd.config