add travis config

This commit is contained in:
Jakob Schrettenbrunner 2017-06-26 11:15:19 +02:00
parent 06055d6265
commit a95993f578

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: go
go:
- 1.8.x
- master
install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure