Add missing bindata deps

This commit is contained in:
lukasmartinelli
2016-11-03 13:26:14 +01:00
parent 5b712d74ae
commit b1af4917e5
3 changed files with 9 additions and 0 deletions

View File

@@ -1,8 +1,13 @@
os:
- linux
- osx
language: go
install:
- go get github.com/gorilla/handlers
- go get github.com/gorilla/mux
- go get github.com/gorilla/websocket
- go get github.com/urfave/cli
- go get github.com/elazarl/go-bindata-assetfs/...
- go get github.com/jteeuwen/go-bindata/...
test:
- make

View File

@@ -45,6 +45,8 @@ go get github.com/gorilla/handlers
go get github.com/gorilla/mux
go get github.com/gorilla/websocket
go get github.com/urfave/cli
go get github.com/elazarl/go-bindata-assetfs/...
go get github.com/jteeuwen/go-bindata/...
```
Run `make` to build the app distribution bundle and create the `maputnik` binary

View File

@@ -20,6 +20,8 @@ install:
- go get github.com/gorilla/mux
- go get github.com/gorilla/websocket
- go get github.com/urfave/cli
- go get github.com/elazarl/go-bindata-assetfs/...
- go get github.com/jteeuwen/go-bindata/...
# to run your custom scripts instead of automatic MSBuild
build_script: