Skip to content

Commit

Permalink
Revert "临时调整ci"
Browse files Browse the repository at this point in the history
This reverts commit bf58807.
  • Loading branch information
hui.zhao committed Feb 24, 2020
1 parent ff725e0 commit 216d9fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ install:
- sdkmanager --list || true

script:
- ./gradlew clean build jacocoTestReport
- ./gradlew assembleRelease

notifications:
Expand All @@ -38,6 +39,11 @@ before_deploy:
- ./gradlew generateChangelogOfNewVersion

deploy:
- provider: script
script: echo deploying to jcenter... && ./gradlew clean build bintrayUpload -PbintrayUser=kyson -PbintrayKey=$BINTRAY_KEY -PdryRun=false && echo deployed to jcenter.
on:
tags: true
branch: master
- provider: releases
api_key: $GITHUB_TOKEN
file: "./android-godeye-sample/build/outputs/apk/release/android-godeye-sample-release.apk"
Expand Down

0 comments on commit 216d9fa

Please sign in to comment.