Merge pull request #22 from campoy/travis

add travis
This commit is contained in:
Francesc Campoy 2017-05-04 15:03:14 -04:00 committed by GitHub
commit 68db04e922
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

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