summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/sirupsen/logrus/.travis.yml
blob: a23296a53ba6578c114edda2ac286d400adbb75f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: go
go:
  - 1.6.x
  - 1.7.x
  - 1.8.x
  - tip
env:
  - GOMAXPROCS=4 GORACE=halt_on_error=1
install:
  - go get github.com/stretchr/testify/assert
  - go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
  - go get golang.org/x/sys/unix
  - go get golang.org/x/sys/windows
script:
  - go test -race -v ./...