Skip to content

Commit 04d2915

Browse files
authored
One more try at trying to fix codecov. (#79)
1 parent 488f883 commit 04d2915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildscript/deploy_snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
2222
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
2323
else
2424
echo "Deploying snapshot..."
25-
./gradlew clean uploadArchives
25+
./gradlew clean build uploadArchives
2626
echo "Snapshot deployed!"
2727
fi

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ install: true
1515
script: ./gradlew clean build
1616

1717
after_success:
18-
- codecov
1918
- .buildscript/deploy_snapshot.sh
19+
- codecov
2020

2121
env:
2222
global:

0 commit comments

Comments
 (0)