mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 02:45:53 +03:00
Deactivate test compilation by Travis for now.
This commit is contained in:
parent
a97142272c
commit
c093e07c24
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ before_script:
|
||||||
# Just build the project for now
|
# Just build the project for now
|
||||||
script:
|
script:
|
||||||
# Build app (assembleAppgplayRelease assembleAppfdroidRelease)
|
# Build app (assembleAppgplayRelease assembleAppfdroidRelease)
|
||||||
# Build Android test (assembleAndroidTest)
|
# Build Android test (assembleAndroidTest) (disabled for now)
|
||||||
# Code quality (lintAppgplayRelease lintAppfdroidRelease)
|
# Code quality (lintAppgplayRelease lintAppfdroidRelease)
|
||||||
- ./gradlew clean assembleAppgplayRelease assembleAppfdroidRelease assembleAndroidTest lintAppgplayRelease lintAppfdroidRelease --stacktrace
|
- ./gradlew clean assembleAppgplayRelease assembleAppfdroidRelease lintAppgplayRelease lintAppfdroidRelease --stacktrace
|
||||||
# Run unitary test (Disable for now, see https://travis-ci.org/vector-im/riot-android/builds/502504370)
|
# Run unitary test (Disable for now, see https://travis-ci.org/vector-im/riot-android/builds/502504370)
|
||||||
# - ./gradlew testAppgplayReleaseUnitTest --stacktrace
|
# - ./gradlew testAppgplayReleaseUnitTest --stacktrace
|
||||||
# Other code quality check
|
# Other code quality check
|
||||||
|
|
Loading…
Reference in a new issue