mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:13:09 +02:00
Fix .travis.yml
This commit is contained in:
parent
bad65b62ee
commit
52af0ccf0a
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@ before_script:
|
|||
|
||||
after_success:
|
||||
- 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