Add travis CI

This commit is contained in:
Hanzei 2018-10-04 18:11:30 +02:00
parent c21ab98b92
commit 8c2c1d6c6b
No known key found for this signature in database
GPG key ID: 69A2DEFD98937BA0

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: go
go:
- "1.11.x"
install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
script:
- make test