From 02c7a6db3ea47cbc4a3b399e4e39dfa51f29d7ea Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Fri, 3 Mar 2017 23:29:02 -0500 Subject: [PATCH] Trying the return code passthrough again... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bfe6d59..4c06f83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,4 @@ install: - sudo sh .travis/grains.sh script: - - sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.apply + - sudo salt-call --local --config=./ --state-output=changes --log-level=quiet --retcode-passthrough state.apply