Update x/sys

This commit is contained in:
Lukas Martinelli
2017-01-08 13:29:12 +01:00
parent de853eb2d7
commit b9e70a943f
3 changed files with 4 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ addons:
install:
- nvm install 6
- nvm use 6
- go get -u golang.org/x/sys/...
- go get github.com/fsnotify/fsnotify
- go get github.com/gorilla/handlers
- go get github.com/gorilla/mux
@@ -24,5 +25,4 @@ script:
- make
- ./maputnik --help
- ./maputnik --version
- timeout 5s ./maputnik --file style.json
- ./maputnik --watch --file style.json
- timeout 5s ./maputnik --watch --file style.json

View File

@@ -59,6 +59,7 @@ git clone --recursive git@github.com:maputnik/desktop.git
Install the 3rd party dependencies.
```
go get -u golang.org/x/sys/...
go get github.com/gorilla/handlers
go get github.com/gorilla/mux
go get github.com/gorilla/websocket

View File

@@ -17,6 +17,7 @@ install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
- go env
- go get -u golang.org/x/sys/...
- go get github.com/fsnotify/fsnotify
- go get github.com/gorilla/handlers
- go get github.com/gorilla/mux