Please read Requesting Help, and post a code repo. We can not troubleshoot this issue from a screenshot anymore than it takes you to copy and paste the error and search for it abroad.
Also, you might search for that error and find a Travis-CI specific space to find answers.
I am using the hugo-creative-theme and have searched for similar issues without any luck.
The error I get is as follows:
Error: Error building site: No source directory found, expecting to find it at /home/travis/gopath/src/github.com/jamestagal/awesome-static-site/content
Probably. Have you tried adding a content directory? I can’t find any implicit requirement, but the Hugo model is to convert content into HTML, so it is possible it requires it. One way to find out…
I don’t know much about Travis config files, but all the examples I’ve seen for building Hugo sites don’t use external scripts. Your make file can probably be added in travis.yml, something like: