language: go go: - 1.10 env: - "PATH=/home/travis/gopath/bin:$PATH" before_install: - go get -v ./... script: - go test -v