mirror of
https://github.com/maputnik/editor.git
synced 2026-04-01 15:10:00 +00:00
14 lines
286 B
YAML
14 lines
286 B
YAML
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
|