diff --git a/.travis.yml b/.travis.yml index a4f6a0e5..5c3275b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,26 +17,26 @@ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ - -before_deploy: - - git config --local user.name "tangcent" - - git config --local user.email "pentatangcent@gmail.com" - - echo jars- `ls plugin` - - ./plugin-script/push_tag.sh - - export TRAVIS_TAG=`cat tag.txt` - - export TRAVIS_TAG_TITLE=`cat title.txt` - - export TRAVIS_TAG_BODY=`cat body.txt` - -# https://github.com/travis-ci/dpl#github-releases -deploy: - provider: releases - api_key: $GITHUB_TOKEN - name: ${TRAVIS_TAG_TITLE} - body: ${TRAVIS_TAG_BODY} - file_glob: true - file: plugin/* - overwrite: true - skip_cleanup: true - on: - branch: master - repo: tangcent/easy-api +# +#before_deploy: +# - git config --local user.name "tangcent" +# - git config --local user.email "pentatangcent@gmail.com" +# - echo jars- `ls plugin` +# - ./plugin-script/push_tag.sh +# - export TRAVIS_TAG=`cat tag.txt` +# - export TRAVIS_TAG_TITLE=`cat title.txt` +# - export TRAVIS_TAG_BODY=`cat body.txt` +# +## https://github.com/travis-ci/dpl#github-releases +#deploy: +# provider: releases +# api_key: $GITHUB_TOKEN +# name: ${TRAVIS_TAG_TITLE} +# body: ${TRAVIS_TAG_BODY} +# file_glob: true +# file: plugin/* +# overwrite: true +# skip_cleanup: true +# on: +# branch: master +# repo: tangcent/easy-api