#!/bin/bash set -e msg() { echo -e "\x1b[1;32mINFO: \x1b[37m$*\x1b[0m"; } if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then # TODO enable coverage #curl -s https://codecov.io/bash > upload.sh #chmod +x upload.sh # We need to copy the current checkout inside the Docker container, # because it has the MR id to be tested checked out. msg "Generating runner:" cat <