fixed bindata build issues
This commit is contained in:
parent
712c18459f
commit
8e6fbc8ceb
2 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,9 @@ env:
|
|||
- GOROOT=/usr/local/go
|
||||
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||
script:
|
||||
- make deps
|
||||
- make
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- make bindata deps
|
||||
- make build
|
||||
- make test
|
||||
|
||||
notify:
|
||||
|
|
1
Makefile
1
Makefile
|
@ -4,7 +4,6 @@ VERSION := 0.4.0-alpha
|
|||
all: concat bindata build
|
||||
|
||||
deps:
|
||||
go get -u github.com/jteeuwen/go-bindata/...
|
||||
go get -t -v ./...
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue