aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-09-15 15:24:43 +0300
committerXhmikosR <[email protected]>2018-09-16 01:52:14 +0300
commitfe873a331088e52c35c2df6c31b1e9852204b38e (patch)
tree126512f68e8e850a6c1db8711d833ef3e559c274
parent3d17e3a93a50898200cc501f336158092c17a944 (diff)
downloadbootstrap-fe873a331088e52c35c2df6c31b1e9852204b38e.tar.xz
bootstrap-fe873a331088e52c35c2df6c31b1e9852204b38e.zip
Travis CI: Actually don't install `npm@5` at all.
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 85ad14526..19c1aa903 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