disable coveralls in .travis.yml
This commit is contained in:
@@ -30,7 +30,7 @@ android:
|
||||
|
||||
script:
|
||||
- if [ ${TEST} == "unit" ]; then
|
||||
./gradlew --stacktrace testDebug jacocoTestReport coveralls;
|
||||
./gradlew --stacktrace testDebug jacocoTestReport;
|
||||
fi
|
||||
- if [ ${TEST} == "android" ]; then
|
||||
echo no | android create avd --force --name test --target $ANDROID_TARGET --abi $ANDROID_ABI;
|
||||
|
||||
Reference in New Issue
Block a user