Fix case where branch is not master

This commit is contained in:
Kylart 2019-06-14 16:39:52 +02:00
parent fe984b5707
commit 3a24e6b7e4
1 changed files with 1 additions and 1 deletions

View File

@ -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