travis: Remove unnecessary nvm install step.

This was needed before Zulip switched to using a pinned node version.
This commit is contained in:
Tim Abbott 2017-06-06 13:23:00 -07:00
parent 2215af4b57
commit 45c47aff34
1 changed files with 0 additions and 3 deletions

View File

@ -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