Skip to content

Commit

Permalink
ci: Test lower bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Sep 19, 2018
1 parent 89d72d5 commit cb9c851
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,15 @@ jobs:
include:
- stage: lint
script: ./gradlew lint checkstyle
# Run SDK unit tests against API 16:
- stage: unit tests
script: ./gradlew createDebugCoverageReport coveralls || (adb logcat -v brief -d '*:S BugsnagNDKTest' && false)
script: ./gradlew sdk:createDebugCoverageReport coveralls
env:
- NDK_VERSION=r14b
- ANDROID_TARGET=android-16
# Run NDK and SDK unit tests against different NDK revisions:
- stage: unit tests
script: ./gradlew createDebugCoverageReport coveralls || (adb logcat -v brief -d '*:S BugsnagNDKTest' && false)
env: NDK_VERSION=r12b
- stage: unit tests
script: ./gradlew createDebugCoverageReport coveralls || (adb logcat -v brief -d '*:S BugsnagNDKTest' && false)
env: NDK_VERSION=r14b
Expand Down

0 comments on commit cb9c851

Please sign in to comment.