August 2018
Intermediate to advanced
416 pages
12h 37m
English
The job log in Travis CI starts with build system configuration information:

Notice here that the build language is set to go and that the build operation system is Ubuntu Trusty 14.04:

Travis CI clones a fresh copy of the multiple-languages repository, which is an important aspect of continuous integration. Remember that a CI build should build a fresh copy on each build and there should be no assumed environment variables:
Notice that Travis CI sets some environment variables for us, including the GOPATH and PATH environment ...
Read now
Unlock full access