From 49863f448ed1f38d042ab46ff783454b61c81640 Mon Sep 17 00:00:00 2001 From: jpic Date: Fri, 15 May 2015 01:59:18 +0200 Subject: [PATCH] We don't want the test to fail for that ie. rsyncd state --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 771f404..1dbacf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: # For debugging purpose - cat /etc/default/rsync - - cat /etc/rsyncd.conf + - test -f /etc/rsyncd.conf && cat /etc/rsyncd.conf || echo "No rsyncd.conf" # Idempotence check - sudo salt-call state.sls $STATE --local --retcode-passthrough --config-dir=test/etc > /tmp/second