mirror of
				https://github.com/crazy-max/ghaction-upx.git
				synced 2025-11-04 04:58:11 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			198 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			198 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
sudo: false
 | 
						|
language: node_js
 | 
						|
node_js:
 | 
						|
  - '0.10'
 | 
						|
  - '0.12'
 | 
						|
  - '4'
 | 
						|
  - '6'
 | 
						|
  - '8'
 | 
						|
  - '9'
 | 
						|
branches:
 | 
						|
  only:
 | 
						|
    - master
 | 
						|
notifications:
 | 
						|
  email:
 | 
						|
    - rod@vagg.org
 | 
						|
    - matteo.collina@gmail.com
 |