travis-ci / tfw log scanlog scanpassingpassing Current Branches Build History Pull Requests Build #215 Settings Requests Caches More options Requests Trigger build Pull Request #42 Defer execution of shell command The following error occurs when `tfw` is installed froma tarball:```fatal: Not a git repository (or any of the parent directories): .git```This ensures the failing command is only executed when the variable isreferenced.```% cat <<'EOF' >MakefileFOO = $(shell foo).PHONY: barbar: @echo "not using foo".PHONY: bazbaz: @echo using FOO: $(FOO)EOF% make barnot using foo% make bazmake: foo: Command not foundusing FOO:``` Commit 50fbc05 #42: Defer execution of shell command Branch master Joep van Delft Pull request event #215 passed Ran for 1 min 25 sec 6 years ago New branch build AMD64 no language set Git Job log View config There was an error while trying to fetch the log.