mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Use language: generic
in .travis.yml
Since the tests don't rely on / fall into any of the language categories¹ defined by Travis CI, `language: generic`² can be used. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ¹ https://docs.travis-ci.com/user/languages/ ² https://github.com/travis-ci/travis-ci/issues/4895#issuecomment-150703192
This commit is contained in:
parent
fc68e615b2
commit
1f336ffbfe
@ -1,4 +1,4 @@
|
|||||||
language: c # defaults to ruby
|
language: generic
|
||||||
addons:
|
addons:
|
||||||
apt_packages:
|
apt_packages:
|
||||||
- zsh
|
- zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user