language: go go: - 1.8.1 sudo: false before_script: - go get -u github.com/blendlabs/go-assert - go get ./... script: - go test ./...