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