From 34e3da45503073bc764b4902c22bae0efcf25de4 Mon Sep 17 00:00:00 2001 From: Paul Bredenberg Date: Wed, 20 May 2020 11:00:44 -0400 Subject: [PATCH] chore: install explicit version of NPM --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c44d855..fcdf8e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ node_js: - "10" - "8" -before_install: if [[ `npm -v` != 6* ]]; then npm i -g npm@6.13.4; fi +before_install: npm i -g npm@6.13.4 script: - npm run commitlint