mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08:00 
			
		
		
		
	pass env vars to makefile
This commit is contained in:
		| @@ -4,7 +4,7 @@ install: | |||||||
| before_script: | before_script: | ||||||
|   - curl -o /tmp/urchin https://raw.githubusercontent.com/scraperwiki/urchin/master/urchin && chmod +x /tmp/urchin |   - curl -o /tmp/urchin https://raw.githubusercontent.com/scraperwiki/urchin/master/urchin && chmod +x /tmp/urchin | ||||||
| script: | 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: | env: | ||||||
|   - SHELL=sh TEST_SUITE=fast |   - SHELL=sh TEST_SUITE=fast | ||||||
|   - SHELL=dash TEST_SUITE=fast |   - SHELL=dash TEST_SUITE=fast | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user