summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/.travis.yml
blob: b33dc9f1dc36ffec397aa15ea0ee32fd9426888a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: go

sudo: false

go:
  - 1.7
  - 1.8
  - 1.9
  - tip

script:
  - ./.travis.gogenerate.sh
  - ./.travis.gofmt.sh
  - ./.travis.govet.sh
  - go test -v -race ./...