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