Skip to content
This repository was archived by the owner on Sep 26, 2018. It is now read-only.

Commit 9eb2bc3

Browse files
Update .travis.yml
1 parent 1285040 commit 9eb2bc3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ cache:
1414

1515
before_install:
1616
- chmod +x gradlew
17-
- ./gradlew clean
1817

1918
# Extract the latest commits
2019
before_script:
2120
# - export COMMIT_MESSAGE=$(git show -s --format=%B $TRAVIS_COMMIT | tr -d '\n')
2221
- "export COMMIT_MESSAGE=\"$(git log --format=%B --no-merges -n 1)\""
2322

24-
script: ./gradlew assemble -Pversion="1.0.$TRAVIS_BUILD_NUMBER"
23+
script:
24+
- ./gradlew clean
25+
- ./gradlew assemble -Pversion="1.0.$TRAVIS_BUILD_NUMBER"
2526

2627
# Auto push release
2728
before_deploy:

0 commit comments

Comments
 (0)