Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Executable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayDevTech committed Jan 6, 2021
1 parent 3d3f74d commit 0379607
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@ before_install:
- export LANG=en_US.UTF-8

script:
- ./gradlew clean build

before_deploy:
- git add gradlew
- git commit -m "Empty"
- ./gradlew clean build

deploy:
provider: script
script: ./gradlew clean
script: ./gradlew clean build bintrayUpload

on:
tags: true
Expand Down

0 comments on commit 0379607

Please sign in to comment.