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