From 3a24e6b7e4c3cbc80675eaeb4d05ca08a1c30540 Mon Sep 17 00:00:00 2001 From: Kylart Date: Fri, 14 Jun 2019 16:39:52 +0200 Subject: [PATCH] Fix case where branch is not master --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb02a64..9f20583 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ jobs: name: Linux script: - npm run lint - - "[[ $TRAVIS_BRANCH == master ]] && npm run publish:linux" + - "[[ $TRAVIS_BRANCH == master ]] && npm run publish:linux || 0" notifications: email: false \ No newline at end of file