| 
					
				 | 
			
			
				@@ -5,7 +5,6 @@ sudo: required 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # rvm/gemfile/jdk/etc. entries rather than manually doing the work. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 language: cpp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 os: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  - linux 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   - osx 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # The Objective C build needs Xcode 7.0 or later. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 osx_image: xcode7.3 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -47,16 +46,6 @@ matrix: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     # which doesn't work on OS X. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - os: osx 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       env: CONFIG=golang 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    # OS X/iOS tests of Objective C (needs Xcode, so it won't work on other 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    # platforms). 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - os: linux 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      env: CONFIG=objectivec_ios_debug 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - os: linux 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      env: CONFIG=objectivec_ios_release 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - os: linux 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      env: CONFIG=objectivec_osx 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - os: linux 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      env: CONFIG=objectivec_cocoapods_integration 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # The dotnet environment requires Ubuntu 14.04 or 16.04. This 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # configuration is effectively an "extra" one, outside the 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # autogenerated matrix. 
			 |