mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 08:03:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			200 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			200 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| language: go
 | |
| install:
 | |
|   - go get -t
 | |
|   - go get golang.org/x/tools/cmd/cover
 | |
|   - go get github.com/mattn/goveralls
 | |
| script:
 | |
|   - $HOME/gopath/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN
 | 
