summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ethantkoenig/rupture/.travis.yml
blob: 237efeaf4292bcfa97d4bea55230bc17467e9567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: go

go:
  - "1.10.x"
  - "1.11.x"

before_script:
  - go get -u github.com/golang/lint/golint

script:
  - go vet
  - golint -set_exit_status
  - go build
  - go test