fixed bindata build issues

This commit is contained in:
Brad Rydzewski 2015-04-25 16:46:02 -07:00
parent 712c18459f
commit 8e6fbc8ceb
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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: