MOBILE-4270 travis: Update travis xcode version
This commit is contained in:
		
							parent
							
								
									7778a1c51a
								
							
						
					
					
						commit
						afbea45fd0
					
				
							
								
								
									
										11
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.travis.yml
									
									
									
									
									
								
							| @ -18,6 +18,7 @@ cache: | ||||
|     - $HOME/.gradle/caches/ | ||||
|     - $HOME/.gradle/wrapper/ | ||||
|     - $HOME/.android/build-cache | ||||
|     - $HOME/Library/Caches/Homebrew | ||||
| 
 | ||||
| before_install: | ||||
|   - nvm install | ||||
| @ -34,8 +35,7 @@ script: | ||||
| 
 | ||||
| jobs: | ||||
|   include: | ||||
|   - stage: build | ||||
|     name: "Build Android" | ||||
|   - name: "Build Android" | ||||
|     if: env(DEPLOY) = 1 OR (env(DEPLOY) = 2 AND tag IS NOT blank) | ||||
|     language: android | ||||
|     android: | ||||
| @ -63,13 +63,14 @@ jobs: | ||||
|         - libsecret-1-dev | ||||
|         - php5-cli | ||||
|         - php5-common | ||||
|   - stage: build | ||||
|     name: "Build iOS" | ||||
|   - name: "Build iOS" | ||||
|     language: node_js | ||||
|     if: env(BUILD_IOS) = 1 AND (env(DEPLOY) = 1 OR (env(DEPLOY) = 2 AND tag IS NOT blank)) | ||||
|     os: osx | ||||
|     osx_image: xcode13.1 | ||||
|     osx_image: xcode14.2 | ||||
|     addons: | ||||
|       homebrew: | ||||
|         packages: | ||||
|         - jq | ||||
|     before_cache: | ||||
|       - brew cleanup | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user