Use nvm for travis

This commit is contained in:
Lukas Martinelli
2017-01-01 16:24:36 +01:00
parent 69f63f2844
commit a73b2fd7e1

View File

@@ -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