Added travis file for automatic testing

fix #2
This commit is contained in:
Yoav Hizkiahou 2019-02-10 11:55:07 +02:00
parent 9e295a64c4
commit fbf901924d

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
---
language: go
notifications:
email: false
script:
- go test ./...