Added travis file

This commit is contained in:
Joona Hoikkala 2016-11-26 11:00:43 +02:00
parent 776c9bc3f2
commit d35acf9f7b
No known key found for this signature in database
GPG Key ID: C14AAE0F5ADCB854

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: go
go:
- 1.7
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get -u github.com/kardianos/govendor
- govendor sync