Added .travis.yml

This commit is contained in:
andreimarcu 2015-09-28 00:34:46 -04:00
parent c32a698cbc
commit 68d2cd3e4c
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: go
go:
- tip
before_script:
- go vet ./...