mirror of
				https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
				synced 2025-11-04 01:45:21 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			181 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			181 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: node_js
 | 
						|
node_js:
 | 
						|
  - "8"
 | 
						|
before_install:
 | 
						|
  - "npm install -g npm@'>=5.3.0'"
 | 
						|
after_script:
 | 
						|
  - "npm run coverage"
 | 
						|
  - "npx nyc report --reporter=text-lcov | npx coveralls"
 |