Oefenweb/php-statistics

View on GitHub
.travis/after-success.sh

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash
#
# set -x;
set -e;
set -o pipefail;
#
thisFile="$(readlink -f ${0})";
thisFilePath="$(dirname ${thisFile})";
#
if [ "${CODECOVERAGE}" = '1' ]; then
  bash <(curl -sSL https://codecov.io/bash)
fi