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:
- 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;