diff --git a/.travis.yml b/.travis.yml index 65135ce..3e265a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: # See what kind of travis box you're on # to help with making your states compatible with travis - - sudo salt-call --local --config=./ --state-output=changes grains.setvals "{ \"user\": \"$(whoami)\", \"group\": \"$(id -g -n $(whoami))\", \"homedir\": \"$HOME\" }" + #- sudo salt-call --local --config=./ --state-output=changes grains.setvals "{ \"user\": \"$(whoami)\", \"group\": \"$(id -g -n $(whoami))\", \"homedir\": \"$HOME\" }" script: - sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.apply -retcode-passthrough