Update .travis.yml

This commit is contained in:
Aya Morisawa 2017-03-01 19:27:25 +09:00
parent be81a231f5
commit bad65b62ee
2 changed files with 15 additions and 19 deletions

View file

@ -33,4 +33,4 @@ before_script:
after_success:
- chmod u+x ./.travis/release.sh
- ./.travis/release.sh
- if [ $TRAVIS_BRANCH = "master" ] && [ $TRAVIS_PULL_REQUEST != "false" ]; then ./.travis/release.sh; else echo "Skipping releasing task"; fi