summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/stretchr/testify/.travis.yml')
-rw-r--r--vendor/github.com/stretchr/testify/.travis.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/vendor/github.com/stretchr/testify/.travis.yml b/vendor/github.com/stretchr/testify/.travis.yml
index ffb9e0ddb..b33dc9f1d 100644
--- a/vendor/github.com/stretchr/testify/.travis.yml
+++ b/vendor/github.com/stretchr/testify/.travis.yml
@@ -3,14 +3,13 @@ language: go
sudo: false
go:
- - 1.1
- - 1.2
- - 1.3
- - 1.4
- - 1.5
- - 1.6
- 1.7
+ - 1.8
+ - 1.9
- tip
script:
- - go test -v ./...
+ - ./.travis.gogenerate.sh
+ - ./.travis.gofmt.sh
+ - ./.travis.govet.sh
+ - go test -v -race ./...