mirror of
				https://github.com/KevinMidboe/vue-chartjs.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			94 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			94 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: node_js
 | 
						|
node_js:
 | 
						|
  - "6"
 | 
						|
after_success:
 | 
						|
  - bash <(curl -s https://codecov.io/bash)
 |