aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml14
1 files changed, 3 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a2da63db..14019cf2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,8 @@
language: go
-
+sudo: false
go:
+ - 1.5
- 1.6
- tip
-
-env:
-- CGO_ENABLED=0
-
-install:
- - go get -t ./...
- - go get golang.org/x/tools/cmd/vet
-
script:
- - go vet ./...
- - go test ./...
+ - go test -race -v -bench=.