Moved to google.golang.org/genproto/googleapis/api/annotations
Fixes #52
This commit is contained in:
		
							
								
								
									
										25
									
								
								vendor/github.com/Masterminds/semver/.travis.yml
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								vendor/github.com/Masterminds/semver/.travis.yml
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
language: go
 | 
			
		||||
 | 
			
		||||
go:
 | 
			
		||||
  - 1.5
 | 
			
		||||
  - 1.6
 | 
			
		||||
  - 1.7
 | 
			
		||||
  - tip
 | 
			
		||||
 | 
			
		||||
# Setting sudo access to false will let Travis CI use containers rather than
 | 
			
		||||
# VMs to run the tests. For more details see:
 | 
			
		||||
# - http://docs.travis-ci.com/user/workers/container-based-infrastructure/
 | 
			
		||||
# - http://docs.travis-ci.com/user/workers/standard-infrastructure/
 | 
			
		||||
sudo: false
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
  - GO15VENDOREXPERIMENT=1 make setup
 | 
			
		||||
  - GO15VENDOREXPERIMENT=1 make test
 | 
			
		||||
 | 
			
		||||
notifications:
 | 
			
		||||
  webhooks:
 | 
			
		||||
    urls:
 | 
			
		||||
      - https://webhooks.gitter.im/e/06e3328629952dabe3e0
 | 
			
		||||
    on_success: change  # options: [always|never|change] default: always
 | 
			
		||||
    on_failure: always  # options: [always|never|change] default: always
 | 
			
		||||
    on_start: never     # options: [always|never|change] default: always
 | 
			
		||||
		Reference in New Issue
	
	Block a user