mirror of
				https://github.com/fatedier/frp
				synced 2025-10-20 10:03:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			144 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			144 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| sudo: false
 | |
| language: go
 | |
| go: 1.8
 | |
| 
 | |
| branches:
 | |
|   only:
 | |
|     - master
 | |
| 
 | |
| install: go get -t ./... github.com/golang/lint/golint
 | |
| script: make lint test
 | 
