mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	pass env vars to makefile
This commit is contained in:
		| @@ -4,7 +4,7 @@ install: | ||||
| before_script: | ||||
|   - curl -o /tmp/urchin https://raw.githubusercontent.com/scraperwiki/urchin/master/urchin && chmod +x /tmp/urchin | ||||
| script: | ||||
|   - NVM_DIR=$TRAVIS_BUILD_DIR make URCHIN=/tmp/urchin test_shell | ||||
|   - NVM_DIR=$TRAVIS_BUILD_DIR make SHELL=$SHELL TEST_SUITE=$TEST_SUITE URCHIN=/tmp/urchin test_shell | ||||
| env: | ||||
|   - SHELL=sh TEST_SUITE=fast | ||||
|   - SHELL=dash TEST_SUITE=fast | ||||
|   | ||||
		Reference in New Issue
	
	Block a user