mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Remove unused code related to Travis CI
(cherry picked from commit 257a8a337e)
			
			
This commit is contained in:
		
							parent
							
								
									59c5c04e38
								
							
						
					
					
						commit
						3b11b1022d
					
				
					 2 changed files with 0 additions and 18 deletions
				
			
		|  | @ -97,12 +97,6 @@ def configure(env, env_mono): | |||
| 
 | ||||
|     mono_lib_names = ["mono-2.0-sgen", "monosgen-2.0"] | ||||
| 
 | ||||
|     is_travis = os.environ.get("TRAVIS") == "true" | ||||
| 
 | ||||
|     if is_travis: | ||||
|         # Travis CI may have a Mono version lower than 5.12 | ||||
|         env_mono.Append(CPPDEFINES=["NO_PENDING_EXCEPTIONS"]) | ||||
| 
 | ||||
|     if is_android and not env["android_arch"] in android_arch_dirs: | ||||
|         raise RuntimeError("This module does not support the specified 'android_arch': " + env["android_arch"]) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Hugo Locurcio
						Hugo Locurcio