mirror of https://github.com/zulip/zulip.git
travis: Remove unnecessary nvm install step.
This was needed before Zulip switched to using a pinned node version.
This commit is contained in:
parent
2215af4b57
commit
45c47aff34
|
@ -1,9 +1,6 @@
|
|||
# See https://zulip.readthedocs.io/en/latest/events-system.html for
|
||||
# high-level documentation on our Travis CI setup.
|
||||
dist: trusty
|
||||
before_install:
|
||||
# TODO: Check if this can be removed; we probably don't use it.
|
||||
- nvm install 0.10
|
||||
install:
|
||||
# Disable Travis CI's built-in NVM installation
|
||||
- mv ~/.nvm ~/.travis-nvm-disabled
|
||||
|
|
Loading…
Reference in New Issue