From 52e24c5c2ee60fab4df35561295f13a3e004b90b Mon Sep 17 00:00:00 2001 From: jpic Date: Fri, 15 May 2015 00:22:38 +0200 Subject: [PATCH] Also run highstate on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ab01a9a..3457060 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,3 +14,4 @@ install: script: - sudo salt-call state.show_highstate --local --retcode-passthrough --config-dir=test/etc + - sudo salt-call state.highstate --local --retcode-passthrough --config-dir=test/etc