mirror of
https://github.com/maputnik/editor.git
synced 2026-02-02 02:30:02 +00:00
21 lines
388 B
YAML
21 lines
388 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
node_js:
|
|
- "6.1"
|
|
language: go
|
|
addons:
|
|
artifacts:
|
|
paths:
|
|
- maputnik
|
|
install:
|
|
- go get github.com/fsnotify/fsnotify
|
|
- 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
|