language: go go: - 1.7 os: - linux - osx install: - go get -d -t -v ./... - go build -v ./... script: - go test -v ./...