forked from GitHub-Mirror/riotX-android
Deactivate test compilation by Travis for now.
This commit is contained in:
parent
a97142272c
commit
c093e07c24
@ -46,9 +46,9 @@ before_script:
|
||||
# Just build the project for now
|
||||
script:
|
||||
# Build app (assembleAppgplayRelease assembleAppfdroidRelease)
|
||||
# Build Android test (assembleAndroidTest)
|
||||
# Build Android test (assembleAndroidTest) (disabled for now)
|
||||
# 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)
|
||||
# - ./gradlew testAppgplayReleaseUnitTest --stacktrace
|
||||
# Other code quality check
|
||||
|
Loading…
Reference in New Issue
Block a user