The fastest way to get started testing your Go application with Travis CI is to create a .travis.yml with language: go and push to your remote. The defaults tend to work well for a broad spectrum of projects. But it’s good to understand what those defaults do, and how and why you might want to change them. For reference, here’s a complete .travis.yml configuration which is perfect for an applicati