Feat/go dep (#19)

* feat: add go dep

* feat: add go dep
This commit is contained in:
Mathieu Cornic 2017-08-29 22:40:56 +02:00 committed by GitHub
parent 4e0b7b2d6f
commit 16551ffc50
1 changed files with 5 additions and 2 deletions

View File

@ -1,13 +1,16 @@
language: go language: go
go: go:
- 1.6
- 1.7 - 1.7
- 1.8 - 1.8
- master - master
install: install:
- go get -u github.com/golang/dep/cmd/dep - wget https://github.com/golang/dep/releases/download/v0.3.0/dep-linux-amd64.zip
- dep ensure - unzip dep-linux-amd64.zip
- chmod +x dep
- ./dep ensure
- go get -u github.com/alecthomas/gometalinter - go get -u github.com/alecthomas/gometalinter
- gometalinter -u -i -f - gometalinter -u -i -f