You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
	
		
			
				
				
					
						
						
						
							 | 
							
							language: go
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							go_import_path: google.golang.org/appengine
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							install:
 | 
						
						
						
						
							 | 
							
							  - ./travis_install.sh
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							script:
 | 
						
						
						
						
							 | 
							
							  - ./travis_test.sh
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							matrix:
 | 
						
						
						
						
							 | 
							
							  include:
 | 
						
						
						
						
							 | 
							
							    - go: 1.8.x
 | 
						
						
						
						
							 | 
							
							      env: GOAPP=true
 | 
						
						
						
						
							 | 
							
							    - go: 1.9.x
 | 
						
						
						
						
							 | 
							
							      env: GOAPP=true
 | 
						
						
						
						
							 | 
							
							    - go: 1.10.x
 | 
						
						
						
						
							 | 
							
							      env: GOAPP=false
 | 
						
						
						
						
							 | 
							
							    - go: 1.11.x
 | 
						
						
						
						
							 | 
							
							      env: GO111MODULE=on
 | 
						
						
						
						
							 | 
							
							
 |