vendredi 26 février 2016

Creating a TravisCI config for automated testing of a Go application

I would like to create a .travis.yml config that performes the following:

  • fetches a Go application source code from Github,
  • installs the other required libraries with go get
  • attempts to build the go application with go build
  • run tests with go test

I new to Go application testing with TravisCI, therefore I would appreciate any help or examples someone could point me to.

Aucun commentaire:

Enregistrer un commentaire