From: XhmikosR Date: Sat, 15 Sep 2018 12:24:43 +0000 (+0300) Subject: Travis CI: Actually don't install `npm@5` at all. X-Git-Tag: v4.2.0~320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe873a331088e52c35c2df6c31b1e9852204b38e;p=thirdparty%2Fbootstrap.git Travis CI: Actually don't install `npm@5` at all. --- diff --git a/.travis.yml b/.travis.yml index 85ad14526e..19c1aa903c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ git: node_js: - "6" - "8" -before_install: - - if [[ $(npm -v | cut -d. -f1) -lt "5" ]]; then npm install -g npm@5; fi install: - bundle install --deployment --jobs=3 --retry=3 - npm install