Adding support for Travis

This commit is contained in:
Denis-Cosmin Nutiu 2017-12-16 20:29:18 +02:00
parent 3527f501de
commit fc79388873

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: go
go:
- master
install:
- go get -t ./...
script:
- go test ./...