]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Travis CI: Actually don't install `npm@5` at all.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 15 Sep 2018 12:24:43 +0000 (15:24 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 15 Sep 2018 22:52:14 +0000 (01:52 +0300)
.travis.yml

index 85ad14526e3ae7fa0fd08430bf1a9689ee2dc316..19c1aa903caf0c4472dc6c63810fbdd7a9383e76 100644 (file)
@@ -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