summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 48a2036de803c136afa87f4fb143600f09a3cec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: go
go_import_path: go.universe.tf/tlsrouter
go:
  - 1.6
  - 1.7
  - tip
os:
  - linux
install:
  - go get github.com/golang/lint/golint
before_script:
script:
  - go build .
  - go test .
  - go vet .
  - golint .