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

go:
  - 1.8.x
  - 1.9.x

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

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