summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/.travis.yml
blob: 6e51e63c2f2ebf4200ac8ff122b9f21e1d4e63f5 (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 $(go list ./... | grep -v vendor)