Enable salt debug log in travis
This commit is contained in:
parent
3d829fe62f
commit
19c19d7747
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue