Skip to content

Instantly share code, notes, and snippets.

@navicore
Last active August 29, 2015 14:12
Show Gist options
  • Select an option

  • Save navicore/ad98eb0ddae4f9a634c8 to your computer and use it in GitHub Desktop.

Select an option

Save navicore/ad98eb0ddae4f9a634c8 to your computer and use it in GitHub Desktop.
after success stanza for travis ci to deploy to bintray on tag / tagging
after_success:
- >
test "${TRAVIS_PULL_REQUEST}" = 'false' &&
test "${TRAVIS_TAG}" &&
sh "$TRAVIS_BUILD_DIR/.travis.credentials.sh" &&
sbt publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment