Skip to content

Commit

Permalink
Fixes commons-app#3405 Added spotlessCheck test to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yashk2000 committed Feb 12, 2020
1 parent 9a979a5 commit 96cd369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
./gradlew publishProdReleaseApk;
fi
- ./gradlew spotlessCheck
after_success:
- bash <(curl -s https://codecov.io/bash)
after_failure:
Expand Down

0 comments on commit 96cd369

Please sign in to comment.