From a73b2fd7e196cfdcd53131b331588722e2182778 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Sun, 1 Jan 2017 16:24:36 +0100 Subject: [PATCH] Use nvm for travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7215c2d3..940e8ae6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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