Support lts/*
on Travis
#1208
Labels
bugs
Oh no, something's broken :-(
feature requests
I want a new feature in nvm!
installing node
Issues with installing node/io.js versions.
Hello all the wonderful contributors of nvm! Thank you for all of your excellent work.
Recently @ljharb added the feature of being able to automatically use
lts/<something>
as an alias, e.g.nvm use lts/argon
. This is really really cool, but as part of the discussion there was some talk about having travis support these kinds of aliases within a.travis.yml
, e.g.:As far as I know, travis just runs
nvm install <yml.node[n]>
. I think the coolest way to support this feature would be fornvm install
to fall back to local aliases ifls-remote
returns N/A, in other words:Actual
Desired
The text was updated successfully, but these errors were encountered: