From 0182c922a53fd9f12962185f68fceaefb8237d66 Mon Sep 17 00:00:00 2001 From: jpic Date: Fri, 15 May 2015 01:57:03 +0200 Subject: [PATCH] Wrapping exclamation mark in a child bash call. It gets removed by travis otherwise: https://travis-ci.org/martinhoefling/rsyncd-formula/builds/62632850 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a535665..771f404 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,4 +31,4 @@ script: # Idempotence check - sudo salt-call state.sls $STATE --local --retcode-passthrough --config-dir=test/etc > /tmp/second - cat /tmp/second - - ! grep -q '^Not Run:' /tmp/second + - bash -c '! grep -q "^Not Run:" /tmp/second'