Added travis file
This commit is contained in:
parent
776c9bc3f2
commit
d35acf9f7b
8
.travis.yml
Normal file
8
.travis.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user