Codebase list facter / 760ebb5
(maint) Ignore coveralls failures Don't fail Travis if uploading to coveralls fails. This is a judgement call, but coveralls is not essential and may be ignored if the service is unavailable. If a service goes down, we'd rather it didn't affect the results of other services. Michael Smith 8 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6363 make DESTDIR=$USERDIR install
6464
6565 if [ ${TRAVIS_TARGET} == DEBUG ]; then
66 coveralls --gcov gcov-4.8 --gcov-options '\-lp' -r .. >/dev/null
66 # Ignore coveralls failures, keep service success uncoupled
67 coveralls --gcov gcov-4.8 --gcov-options '\-lp' -r .. >/dev/null || true
6768 fi
6869 fi
6970