Skip to content

fix(release): releasing 0.0.1 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,34 +51,34 @@ before_deploy:
- npm install @semantic-release/git
- npm install @semantic-release/github

# deploy:
# # On master, run semrel to create a new tagged-release.
# - provider: script
# script: npx semantic-release
# skip_cleanup: true
# on:
# branch: master
# # Publish jars on bintray for a tagged release.
# - provider: script
# script:
# - >-
# mvn deploy $MVN_ARGS -DskipTests
# && build/bintraySync.sh $BINTRAY_USER $BINTRAY_APIKEY $BINTRAY_ORG $BINTRAY_REPO $TRAVIS_TAG
# skip_cleanup: true
# on:
# tags: true
# jdk: openjdk8
# # Publish javadocs to gh-pages only for a tagged-release.
# - provider: script
# script: "./build/publish-javadoc.sh"
# skip_cleanup: true
# on:
# tags: true
# jdk: openjdk8
# # Upload code coverage reports to codecov.io for master or tagged release
# - provider: script
# script: $HOME/codecov-bash.sh -s modules/coverage-reports/target/site/jacoco-aggregate -t $CODECOV_TOKEN
# skip_cleanup: true
# on:
# condition: $TRAVIS_BRANCH == master || -n "$TRAVIS_TAG"
# jdk: openjdk8
deploy:
# On master, run semrel to create a new tagged-release.
- provider: script
script: npx semantic-release
skip_cleanup: true
on:
branch: master
# Publish jars on bintray for a tagged release.
- provider: script
script:
- >-
mvn deploy $MVN_ARGS -DskipTests
&& build/bintraySync.sh $BINTRAY_USER $BINTRAY_APIKEY $BINTRAY_ORG $BINTRAY_REPO $TRAVIS_TAG
skip_cleanup: true
on:
tags: true
jdk: openjdk8
# Publish javadocs to gh-pages only for a tagged-release.
- provider: script
script: "./build/publish-javadoc.sh"
skip_cleanup: true
on:
tags: true
jdk: openjdk8
# Upload code coverage reports to codecov.io for master or tagged release
- provider: script
script: $HOME/codecov-bash.sh -s modules/coverage-reports/target/site/jacoco-aggregate -t $CODECOV_TOKEN
skip_cleanup: true
on:
condition: $TRAVIS_BRANCH == master || -n "$TRAVIS_TAG"
jdk: openjdk8