mirror of https://github.com/Kylart/KawAnime.git
Fix case where branch is not master
This commit is contained in:
parent
fe984b5707
commit
3a24e6b7e4
|
@ -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
|
Loading…
Reference in New Issue