aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a9154fe68a194ed194c1cc3f279d76fd0ead4787 (plain) (blame)
1
2
3
4
5
6
7
language: go
sudo: false
go:
  - 1.5
  - 1.6
script:
  - go test -race -bench=. ./...