From 22c89d6f625f4765fb6b3b6d09e7ca3d4c8dd537 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 18 Oct 2018 20:18:35 +0200 Subject: [PATCH] fine, hard code the node version, see if I care nvs and nvm doesnt agree on naming convention, seemingly --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d88407dc5d6..0ebdd41cb6da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js -node_js: stable +node_js: 10 sudo: false