mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 01:45:50 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			274 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			274 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| language: c # defaults to ruby
 | |
| install:
 | |
|   - sudo apt-get install ksh zsh -y
 | |
| 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
 | |
| 
 |