aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/_nuts/github.com/stretchr/testify/.travis.yml
blob: 0595ddb8328055374faac4be258a3936bdfb6e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: go

go:
  - 1.1
  - 1.2
  - 1.3
  - tip

script:
  - go test -v ./...