Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
WeRockStar committed May 5, 2019
1 parent 5532604 commit 2156457
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android:

script:
# Unit Test
- ./gradlew build jacocoTestReportDebug assembleAndroidTest lint
- ./gradlew test jacocoTestReportDebug assembleAndroidTest lint
after_success:
- bash <(curl -s https://codecov.io/bash)

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencies:
- echo y | android update sdk --no-ui --all --filter build-tools-28.0.3
test:
override:
- (./gradlew build jacocoTestReportDebug assembleAndroidTest lint):
- (./gradlew test jacocoTestReportDebug assembleAndroidTest lint):
timeout: 520
- cp -r app/build/reports $CIRCLE_ARTIFACTS
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platform :android do

desc "Run unit test with test coverage report"
lane :test do
gradle(task: "build jacocoTestReportDebug")
gradle(task: "test jacocoTestReportDebug")
end

desc "Deploy a new version to the Google Play"
Expand Down

0 comments on commit 2156457

Please sign in to comment.