Skip to content

Commit

Permalink
Deploy to only tags
Browse files Browse the repository at this point in the history
  • Loading branch information
henteko committed Dec 7, 2015
1 parent bd3ecf4 commit eb15351
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: android
sudo: false
android:
components:
- build-tools-23.0.1
Expand All @@ -20,7 +21,8 @@ deploy:
provider: script
script: "./release.sh"
on:
branch: release
tags: true
repo: DeployGate/deploygate-android-sdk
after_deploy:
- 'curl -X POST --data-urlencode "payload={\"channel\": \"#devs\", \"username\": \"DG-RELEASE-ANDROID-SDK\",
\"text\": \"Released a deploygate-android-sdk in Maven Central! Please check <https://oss.sonatype.org/content/groups/public/com/deploygate/|public>
Expand Down

0 comments on commit eb15351

Please sign in to comment.