mirror of
				https://github.com/flynx/colors.js.git
				synced 2025-11-03 21:40:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			200 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			200 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: node_js
 | 
						|
node_js:
 | 
						|
  - "10"
 | 
						|
  - "9"
 | 
						|
  - "8"
 | 
						|
  - "7"
 | 
						|
  - "6"
 | 
						|
  - "5"
 | 
						|
  - "4"
 | 
						|
  - "0.12"
 | 
						|
  - "0.11"
 | 
						|
  - "0.10"
 | 
						|
  - "0.8"
 | 
						|
script:
 | 
						|
  - npm install
 | 
						|
  - "./node_modules/.bin/eslint . "
 | 
						|
  - npm test
 |