summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 764e379c2151905d37b74d86cae7c1875549e883 (plain) (blame)
1
2
3
4
5
6
7
language: go
gobuild_args: -x -ldflags "-X main.githash=$(git log --pretty=format:'%h' -n 1)"
go:
    - 1.6.x
    - 1.7.x
    - 1.8.x
    - master