disable coveralls in .travis.yml

This commit is contained in:
Vincent Breitmoser
2018-01-20 21:31:50 +01:00
parent c34a64fa5b
commit ac96fea1fc

View File

@@ -30,7 +30,7 @@ android:
script: script:
- if [ ${TEST} == "unit" ]; then - if [ ${TEST} == "unit" ]; then
./gradlew --stacktrace testDebug jacocoTestReport coveralls; ./gradlew --stacktrace testDebug jacocoTestReport;
fi fi
- if [ ${TEST} == "android" ]; then - if [ ${TEST} == "android" ]; then
echo no | android create avd --force --name test --target $ANDROID_TARGET --abi $ANDROID_ABI; echo no | android create avd --force --name test --target $ANDROID_TARGET --abi $ANDROID_ABI;