From d1911f689d60313ef178dd972da3872be019785f Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Mon, 2 Sep 2019 21:34:20 +0900 Subject: [PATCH] Remove nvmrc when building on Travis. Makes it easier to potentially build against multiple versions in the future. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fa66a990..6ecc3ae1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ matrix: fast_finish: true before_install: - rm -rf ~/.nvm && git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm +- rm .nvmrc - source ~/.nvm/nvm.sh - nvm install $NODE_VERSION - node --version