mirror of
https://github.com/maputnik/editor.git
synced 2026-07-30 09:47:28 +00:00
Use nvm for travis
This commit is contained in:
+2
-2
@@ -1,14 +1,14 @@
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
node_js:
|
|
||||||
- "6.1"
|
|
||||||
language: go
|
language: go
|
||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- maputnik
|
- maputnik
|
||||||
install:
|
install:
|
||||||
|
- nvm install 6
|
||||||
|
- nvm use 6
|
||||||
- go get github.com/fsnotify/fsnotify
|
- go get github.com/fsnotify/fsnotify
|
||||||
- go get github.com/gorilla/handlers
|
- go get github.com/gorilla/handlers
|
||||||
- go get github.com/gorilla/mux
|
- go get github.com/gorilla/mux
|
||||||
|
|||||||
Reference in New Issue
Block a user