From f62b06c71e0c903aa929a87b51980e6c4b518c12 Mon Sep 17 00:00:00 2001 From: srfrnk Date: Tue, 2 Oct 2018 15:33:26 +0300 Subject: [PATCH] fix: another try --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1551c50..c20c590 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ script: - npm run tsc - npm run typedoc - npm run create-dist -- bash -c '[ -z "$(git status -s)" ] && { kill "$PPID"; exit 0; }' +- bash -c 'exit $([ -z "$(git status -s)" ])' notifications: email: on_success: change # default: change