From c24f3aa665a1d9b61b43d63c743624deb165a0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Tue, 13 Aug 2019 15:59:28 +0200 Subject: [PATCH] ci: nvs does not have iojs --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ce25c90..72a6882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,5 +21,7 @@ matrix: exclude: - os: windows node_js: "0.8" + - os: windows + node_js: "iojs" before_install: - 'if [ $TRAVIS_NODE_VERSION == 0.8 ]; then nvm install-latest-npm; fi'