diff --git a/.travis.yml b/.travis.yml index cdad5e64..a76e2176 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,14 +33,14 @@ deploy: target_branch: gh-pages on: all_branches: true - - provider: releases - api_key: - secure: $GITHUB_TOKEN - file_glob: true - file: com.basistech.m2e.code.quality.site/target/com.basistech.m2e.code.quality.site-*.zip - skip_cleanup: true - on: - tags: true +# - provider: releases +# api_key: +# secure: $GITHUB_TOKEN +# file_glob: true +# file: com.basistech.m2e.code.quality.site/target/com.basistech.m2e.code.quality.site-*.zip +# skip_cleanup: true +# on: +# tags: true after_deploy: - if [ -n "$TRAVIS_TAG" ]; then ./tools/increment_version.sh $TRAVIS_TAG; fi