Add Travis CI

This commit is contained in:
Daniel Huigens 2019-05-14 18:26:41 +02:00
parent 8a2433205e
commit b2bab445eb

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: go
before_install: curl https://glide.sh/get | sh && glide install
script: go test ./...
go:
- 1.10.x
- 1.11.x
- master