print the target name so we can figure out which target is breaking w/ fake_travis_build.sh

This commit is contained in:
nathan 2016-04-30 12:41:43 -07:00 committed by borisbstyle
parent 2264494fca
commit 9b3aecbffc
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ export TRAVIS_REPO_SLUG=${TRAVIS_REPO_SLUG:=$USER/simulated}
for target in "${targets[@]}"
do
unset RUNTESTS PUBLISHMETA TARGET
echo
echo
echo "BUILDING '$target'"
eval "export $target"
make -f Makefile clean
./.travis.sh