language: go go: - 1.7.x sudo: false install: - go get github.com/Masterminds/glide script: - make build - make test