add travis

This commit is contained in:
Francesc Campoy 2017-05-04 14:50:47 -04:00
parent ff3de3c0dd
commit 1508da3e54
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: go
go:
- 1.7
- 1.8
- master
script:
- go test ./...