Skip to content

Instantly share code, notes, and snippets.

@albertobravi
Created March 12, 2017 14:34
Show Gist options
  • Save albertobravi/3ddc451317ffc457995aeedba63f484e to your computer and use it in GitHub Desktop.
Save albertobravi/3ddc451317ffc457995aeedba63f484e to your computer and use it in GitHub Desktop.
CircleCI simple configuration for Go application
machine:
environment:
GOPATH: /home/ubuntu/$CIRCLE_PROJECT_REPONAME
general:
build_dir: $GOPATH
checkout:
post:
- cd $GOPATH
test:
override:
- go test ./...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment