Files
logrus/.travis.yml
T
Jonathan Hall dba7a9fd25 Add Go 1.8 to the testing matrix
And use the .x versions, so the latest versions of each Go release is used.
2017-04-20 09:50:47 +02:00

10 lines
153 B
YAML

language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- tip
install:
- go get -t ./...
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...