mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08: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:
		| @@ -1,4 +1,4 @@ | |||||||
| language: c # defaults to ruby | language: generic | ||||||
| addons: | addons: | ||||||
|   apt_packages: |   apt_packages: | ||||||
|   - zsh |   - zsh | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user