mirror of
				https://github.com/FluuxIO/go-xmpp.git
				synced 2025-11-03 08:43:44 -08:00 
			
		
		
		
	Use faster Travis test infra
This commit is contained in:
		@@ -1,3 +1,5 @@
 | 
				
			|||||||
 | 
					sudo: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
language: go
 | 
					language: go
 | 
				
			||||||
 | 
					
 | 
				
			||||||
go:
 | 
					go:
 | 
				
			||||||
@@ -9,4 +11,5 @@ install:
 | 
				
			|||||||
  - go get github.com/mattn/goveralls
 | 
					  - go get github.com/mattn/goveralls
 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
  - go test -v -covermode=count -coverprofile=coverage.out $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
 | 
					  - go test -v ./xmpp -covermode=count -coverprofile=coverage.out
 | 
				
			||||||
 | 
					  - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
 | 
				
			||||||
		Reference in New Issue
	
	Block a user