mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-12 00:05:19 -05:00
Travis CI: Actually don't install npm@5 at all.
This commit is contained in:
parent
3d17e3a93a
commit
fe873a3310
@ -8,8 +8,6 @@ git:
|
|||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
- "8"
|
- "8"
|
||||||
before_install:
|
|
||||||
- if [[ $(npm -v | cut -d. -f1) -lt "5" ]]; then npm install -g npm@5; fi
|
|
||||||
install:
|
install:
|
||||||
- bundle install --deployment --jobs=3 --retry=3
|
- bundle install --deployment --jobs=3 --retry=3
|
||||||
- npm install
|
- npm install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user