http urls monitor.

.travis.yml 296B

1234567891011121314
  1. language: go
  2. go:
  3. - 1.9.x
  4. - 1.10.x
  5. env:
  6. - GOMAXPROCS=4 GORACE=halt_on_error=1
  7. install:
  8. - go get github.com/stretchr/testify/assert
  9. - go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
  10. - go get golang.org/x/sys/unix
  11. - go get golang.org/x/sys/windows
  12. script:
  13. - go test -race -v ./...