mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -07:00
Fix .travis.yml
This commit is contained in:
parent
988acaf3dc
commit
20c4840932
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@ before_script:
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- chmod u+x ./.travis/release.sh
|
- chmod u+x ./.travis/release.sh
|
||||||
- if [ $TRAVIS_BRANCH = "master" ] && [ $TRAVIS_PULL_REQUEST != "false" ]; then ./.travis/release.sh; else echo "Skipping releasing task"; fi
|
- if [ $TRAVIS_BRANCH = "master" ] && [ $TRAVIS_PULL_REQUEST = "false" ]; then ./.travis/release.sh; else echo "Skipping releasing task"; fi
|
||||||
|
|
Loading…
Reference in a new issue