Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amuyu committed Jun 2, 2017
1 parent 21fc42a commit f8b345f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ before_install:
- chmod +x gradlew
- chmod +x .buildscript/maven_push.sh
after_success:
- echo $bintrayKey
- ls -al
script:
- .buildscript/maven_push.sh $bintrayUser $bintrayKey
- ./gradlew assemble
env:
notifications:
email: false
Expand All @@ -29,3 +29,5 @@ deploy:
tags: true
all_branches: true
overwrite: true
after_deploy:
- .buildscript/maven_push.sh $bintrayUser $bintrayKey
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.amuyu
VERSION_NAME=1.0.3
VERSION_NAME=1.0.4

POM_DESCRIPTION=simple logger for android
POM_URL=https://github.com/amuyu/Logger
Expand Down

0 comments on commit f8b345f

Please sign in to comment.