We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0cfa5 commit a5a1c8dCopy full SHA for a5a1c8d
.travis.yml
@@ -34,11 +34,6 @@ script:
34
- ./gradlew build test :app:assembleAndroidTest
35
# Deploy built APK to github
36
before_deploy:
37
- - git config --global user.email "noreply+travis-ci@projectbuendia.org"
38
- - git config --global user.name "Travis CI"
39
- - export GIT_TAG=$TRAVIS_BUILD_NUMBER
40
- - git tag $GIT_TAG -a -m "Generated tag from Travis CI for build $TRAVIS_BUILD_NUMBER"
41
- - git push -q git@github.com:projectbuendia/client.git --tags
42
- cp ./app/build/outputs/apk/*.apk .
43
deploy:
44
provider: releases
0 commit comments