mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +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
 |