added Travis file

This commit is contained in:
Mat Ryer 2016-10-06 15:14:26 +01:00
parent 5420bb4330
commit 29e45616be

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
language: go
sudo: false
go:
- 1.5.4
- 1.6.2
- tip
before_install:
- go get github.com/golang/lint/golint
before_script:
- go vet ./...
- golint ./...
script:
- go test -v ./...