cron job fails in Travis CI. It seems that the work which is failing is the make build-drivers because it cannot set VERSION variable correctly in the Makefile. See this line for instance:
docker pull bblfsh/bblfshd:
The VERSION variable gets empty to that line. Not urgent, but ping @lwsanty. I can fix this myself if you do not have enough time.