Skip to content

Commit

Permalink
Move go-bindata fetching to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchadwick committed Apr 3, 2019
1 parent 30f1858 commit 0d39a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ language: go
go:
- 1.12

go_import_path: github.com/mpchadwick/dbanon

before_install:
- go get -u github.com/shuLhan/go-bindata/...
go_import_path: github.com/mpchadwick/dbanon
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build:
go get -u github.com/shuLhan/go-bindata/...
go get ./...
go test $$GOPATH/src/github.com/mpchadwick/dbanon/src
$$GOPATH/bin/go-bindata -pkg dbanon -o src/bindata.go etc/*
Expand Down

0 comments on commit 0d39a34

Please sign in to comment.