11
май
Latest Version:
Java JRE 8 Update 251 LATEST
Requirements:
Mac OS X 10.7 or later
Author / Product:
Oracle / Java Runtime Environment for Mac
Old Versions:
Filename:
jre-8u251-macosx-x64.dmg
MD5 Checksum:
3dd5b975026085624de05c97493e7022
Details:
Java Runtime Environment for Mac 2020 full offline installer setup for Mac
On any computer, the operating system (OS) is the set of programs that performs. Graphic operating systems today are Microsoft's Windows and Apple's Mac OS. So they can write applications consistent with the operating environment.
This guide explains what packages, tools and settings are available in theTravis macOS CI environment (often referred to as the “CI environment”).
Travis CI runs builds in virtual machines that are snapshotted before each buildand rolled back at the end of it. This offers a number of benefits:
brew
and then customize the configuration of those services at thebeginning of each build.The environment available to test suites is known as the Travis CIenvironment.
To use our macOS build infrastructure, add the following to your .travis.yml
:
Travis CI uses macOS 10.13 and Xcode 9.4.1 by default. You can use another version of macOS (and Xcode) by specifying the corresponding osx_image
key from the following table:
osx_image value | Xcode version | Xcode build version | macOS version | JDK |
---|---|---|---|---|
osx_image: xcode11.4 | Xcode 11.4.1 | 11E503a | macOS 10.15.4 | 14.0.1 |
osx_image: xcode11.3 | Xcode 11.3.1 | 11C505 | macOS 10.14.6 | 14 |
osx_image: xcode11.2 | Xcode 11.2.1 | 11B500 | macOS 10.14.6 | 14 |
osx_image: xcode11.1 | Xcode 11.1 | 11A1027 | macOS 10.14.6 | 14 |
osx_image: xcode11 | Xcode 11.0 | 11A420a | macOS 10.14.6 | 14 |
osx_image: xcode10.3 | Xcode 10.3 | 18E226 | macOS 10.14.4 | 13.0.1 |
osx_image: xcode10.2 | Xcode 10.2.1 | 10E1001 | macOS 10.14 | 13.0.1 |
osx_image: xcode10.1 | Xcode 10.1 | 10B61 | macOS 10.13 | 13.0.1 |
osx_image: xcode10 | Xcode 10.0 | 10A255 | macOS 10.13 | 13.0.1 |
osx_image: xcode9.4 Default | Xcode 9.4.1 | 9F2000 | macOS 10.13 | 13.0.1 |
osx_image: xcode9.3 | Xcode 9.3 | 9E145 | macOS 10.13 | 1.8.0_112-b16 |
osx_image: xcode9.2 | Xcode 9.2 | 9C40b | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode9.1 | Xcode 9.1 | 9B55 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode9 | Xcode 9.0 | 9A235 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode8.3 | Xcode 8.3.3 | 8E3004b | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode8 | Xcode 8.0 | 8A218a | macOS 10.11 | 1.8.0_92-b14 |
osx_image: xcode7.3 | Xcode 7.3.1 | 7D1014 | macOS 10.11 | 1.8.0_92-b14 |
osx_image: xcode6.4 | Xcode 6.4 | 6E35b | macOS 10.10 | 1.8.0_45-b14 |
Homebrew is installed and updated every time the virtual machines are updated.
The Travis Homebrew addon is the simplest, fastest and most reliable way to install dependencies.
The Homebrew addon correctly handles up-to-date, outdated, and missing packages. Manual Homebrew dependency scripts are error-prone, and we recommend against using them.
The Homebrew addon uses the Homebrew database on the build image by default, but can be configured to run brew update
if needed.
VMs running macOS 10.13 use HFS+, VMs running macOS 10.14 and newer use APFS.
Note the pre-installed JDK version (OracleJDK) for each image in the table below.While Mac jobs can test against multiple JDK versions using the jdk
key,macOS images up to xcode9.3
can only switch up to Java 8, and images xcode9.4
and later can switch to Java 10 (if pre-installed) and later.In practical terms, if your Mac build requires Java 8 and below, use xcode9.3
(or below); if your build requires Java 10and later, use xcode9.4
(or later).
osx_image value | Xcode version | macOS version | JDK |
---|---|---|---|
osx_image: xcode11.4 | Xcode 11.4.1 | macOS 10.15.4 | 14.0.1 |
osx_image: xcode11.3 | Xcode 11.3.1 | macOS 10.14.6 | 14 |
osx_image: xcode11.2 | Xcode 11.2.1 | macOS 10.14.6 | 14 |
osx_image: xcode11.1 | Xcode 11.1 | macOS 10.14.6 | 14 |
osx_image: xcode11 | Xcode 11.0 | macOS 10.14.6 | 14 |
osx_image: xcode10.3 | Xcode 10.3 | macOS 10.14.4 | 13.0.1 |
osx_image: xcode10.2 | Xcode 10.2.1 | macOS 10.14 | 13.0.1 |
osx_image: xcode10.1 | Xcode 10.1 | macOS 10.13 | 13.0.1 |
osx_image: xcode10 | Xcode 10.0 | macOS 10.13 | 13.0.1 |
osx_image: xcode9.4 Default | Xcode 9.4.1 | macOS 10.13 | 13.0.1 |
osx_image: xcode9.3 | Xcode 9.3 | macOS 10.13 | 1.8.0_112-b16 |
osx_image: xcode9.2 | Xcode 9.2 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode9.1 | Xcode 9.1 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode9 | Xcode 9.0 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode8.3 | Xcode 8.3.3 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode8 | Xcode 8.0 | macOS 10.11 | 1.8.0_92-b14 |
osx_image: xcode7.3 | Xcode 7.3.1 | macOS 10.11 | 1.8.0_92-b14 |
osx_image: xcode6.4 | Xcode 6.4 | macOS 10.10 | 1.8.0_45-b14 |
Every worker has at least one version of Go, Java, Python, Ruby and NodeJS to accommodateprojects that may need one of those runtimes during the build.
CI=true
TRAVIS=true
USER=travis
HOME=/Users/travis
Additionally, Travis CI sets environment variables you can use in your build,e.g. to tag the build, or to run post-build deployments.
TRAVIS_BRANCH
:For builds not triggered by a pull request this is thename of the branch currently being built; whereas for builds triggeredby a pull request this is the name of the branch targeted by the pullrequest (in many cases this will be master
).TRAVIS_BUILD_DIR
: The absolute path to the directory where the repositorybeing built has been copied on the worker.TRAVIS_BUILD_ID
: The id of the current build that Travis CI uses internally.TRAVIS_BUILD_NUMBER
: The number of the current build (for example, “4”).TRAVIS_COMMIT
: The commit that the current build is testing.TRAVIS_COMMIT_RANGE
: The range of commits that were included in the pushor pull request. (Note that this is empty for builds triggered by the initial commit of a new branch.)TRAVIS_JOB_ID
: The id of the current job that Travis CI uses internally.TRAVIS_JOB_NUMBER
: The number of the current job (for example, “4.1”).TRAVIS_PULL_REQUEST
: The pull request number if the current job is a pullrequest, “false” if it’s not a pull request.TRAVIS_SECURE_ENV_VARS
: Whether or not secure environment vars are beingused. This value is either “true” or “false”.TRAVIS_REPO_SLUG
: The slug (in form: owner_name/repo_name
) of therepository currently being built. (for example, “travis-ci/travis-build”).TRAVIS_OS_NAME
: On multi-OS builds, this value indicates the platform the job is running on.Values are linux
and osx
currently, to be extended in the future.TRAVIS_TAG
: If the current build is for a git tag, this variable is set to the tag’s name.Default macOS Ruby (depends on macOS version) – You need to use sudo
to install gems with this Ruby and you can also use the pre-compiled Ruby binaries we made available.
Rubies are built using RVM that is installed per-user.
Xcode 9.4.1 is installed with all available simulators and SDKs.Command Line Tools are also installed.
Xcode 11.4.1 is available by adding osx_image: xcode11.4
to your .travis.yml.
Our Xcode 11.4.1 images have the following SDKs preinstalled:
iphoneos13.4
iphonesimulator13.4
macosx10.15
appletvos13.4
appletvsimulator13.4
This license type may impose certain restrictions on functionality or only provide an evaluation period. The contents of the download are original and were not modified in any way. Download myob versi 17. Thank you for downloading MYOB Accounting Plus from our software libraryThe licence type of the downloaded software is shareware. The version of MYOB Accounting Plus you are about to download is 19.0.
watchos6.2
watchsimulator6.2
The Xcode 11.4.1 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
iOS 12.4
iOS 13.2
iOS 13.3
iOS 13.4
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
tvOS 12.4
tvOS 13.2
tvOS 13.3
tvOS 13.4
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
watchOS 5.3
watchOS 6.1
watchOS 6.2
Xcode 11.3.1 is available by adding osx_image: xcode11.3
to your .travis.yml.
Our Xcode 11.3.1 images have the following SDKs preinstalled:
iphoneos13.2
iphonesimulator13.2
macosx10.15
appletvos13.2
appletvsimulator13.2
watchos6.1
watchsimulator6.1
The Xcode 11.3.1 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
iOS 12.4
iOS 13.2
iOS 13.3
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
tvOS 12.4
tvOS 13.2
tvOS 13.3
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
watchOS 5.3
watchOS 6.1
Xcode 11.2.1 is available by adding osx_image: xcode11.2
to your .travis.yml.
Our Xcode 11.2.1 images have the following SDKs preinstalled:
iphoneos13.2
iphonesimulator13.2
macosx10.15
appletvos13.2
appletvsimulator13.2
watchos6.1
watchsimulator6.1
The Xcode 11.2.1 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
iOS 12.4
iOS 13.2
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
tvOS 12.4
tvOS 13.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
watchOS 5.3
watchOS 6.1
Xcode 11.1 is available by adding osx_image: xcode11.1
to your .travis.yml.
Our Xcode 11.1 images have the following SDKs preinstalled:
iphoneos13.1
iphonesimulator13.1
macosx10.15
appletvos13.0
appletvsimulator13.0
watchos6.0
watchsimulator6.0
The Xcode 11.1 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 13.0
iOS 13.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 13.0
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 6.0
Xcode 11.0 is available by adding osx_image: xcode11
to your .travis.yml.
Our Xcode 11.0 images have the following SDKs preinstalled:
iphoneos13.0
iphonesimulator13.0
macosx10.15
appletvos13.0
appletvsimulator13.0
watchos6.0
watchsimulator6.0
The Xcode 11.0 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 13.0
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 13.0
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 6.0
Xcode 10.3 is available by adding osx_image: xcode10.3
to your .travis.yml.
Our Xcode 10.3 images have the following SDKs preinstalled:
macosx10.14
iphoneos12.4
iphonesimulator12.4
appletvos12.4
appletvsimulator12.4
watchos5.3
watchsimulator5.3
The Xcode 10.3 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
iOS 12.4
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
tvOS 12.4
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
watchOS 5.3
Xcode 10.2.1 is available by adding osx_image: xcode10.2
to your .travis.yml.
Our Xcode 10.2.1 images have the following SDKs preinstalled:
macosx10.14
iphoneos12.2
iphonesimulator12.2
appletvos12.2
appletvsimulator12.2
watchos5.2
watchsimulator5.2
The Xcode 10.2.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
Xcode 10.1 is available by adding osx_image: xcode10.1
to your .travis.yml.
Our Xcode 10.1 images have the following SDKs preinstalled:
macosx10.14
iphoneos12.1
iphonesimulator12.1
appletvos12.1
appletvsimulator12.1
watchos5.1
watchsimulator5.1
The Xcode 10.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
Xcode 10.0 is available by adding osx_image: xcode10
to your .travis.yml.
Our Xcode 10.0 images have the following SDKs preinstalled:
macosx10.14
iphoneos12.0
iphonesimulator12.0
appletvos12.0
appletvsimulator12.0
watchos5.0
watchsimulator5.0
The Xcode 10.0 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
Xcode 9.4.1 is available by adding osx_image: xcode9.4
to your .travis.yml.
– Default when no other osx_image:
is specified
Our Xcode 9.4.1 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.4
iphonesimulator11.4
appletvos11.4
appletvsimulator11.4
watchos4.3
watchsimulator4.3
The Xcode 9.4.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 4.3
Xcode 9.3 is available by adding osx_image: xcode9.3
to your .travis.yml.
Our Xcode 9.3 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.3
iphonesimulator11.3
appletvos11.2
appletvsimulator11.3
watchos4.3
watchsimulator4.3
The Xcode 9.3 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 4.3
Xcode 9.2 is available by adding osx_image: xcode9.2
to your .travis.yml.
Our Xcode 9.2 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.2
iphonesimulator11.2
appletvos11.2
appletvsimulator11.2
watchos4.2
watchsimulator4.2
The Xcode 9.2 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
Xcode 9.1 is available by adding osx_image: xcode9.1
to your .travis.yml.
Our Xcode 9.1 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.1
iphonesimulator11.1
appletvos11.1
appletvsimulator11.1
watchos4.1
watchsimulator4.1
The Xcode 9.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
Xcode 9.0 is available by adding osx_image: xcode9
to your .travis.yml.
Our Xcode 9.0 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.0
iphonesimulator11.0
appletvos11.0
appletvsimulator11.0
watchos4.0
watchsimulator4.0
The Xcode 9.0 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
Xcode 8.3.3 is available by adding osx_image: xcode8.3
to your .travis.yml.
Our Xcode 8.3.3 images have the following SDKs preinstalled:
macosx10.12
iphoneos10.3
iphonesimulator10.3
appletvos10.2
appletvsimulator10.2
watchos3.2
watchsimulator3.2
The Xcode 8.3.3 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
Xcode 8.0 is available by adding osx_image: xcode8
to your .travis.yml.
Our Xcode 8.0 images have the following SDKs preinstalled:
macosx10.11
iphoneos10.0
iphonesimulator10.0
appletvos10.0
appletvsimulator10.0
watchos3.0
watchsimulator3.0
iphoneos9.3
iphonesimulator9.3
appletvos9.2
appletvsimulator9.2
watchos2.2
watchsimulator2.2
The Xcode 8.0 image also comes with the following simulators:
iOS 10.0
watchOS 3.0
tvOS 10.0
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
watchOS 2.0
watchOS 2.1
watchOS 2.2
tvOS 9.0
tvOS 9.1
tvOS 9.2
Xcode 7.3.1 is available by adding osx_image: xcode7.3
to your .travis.yml.
Our Xcode 7.3.1 images have the following SDKs preinstalled:
macosx10.11
iphoneos9.3
iphonesimulator9.3
appletvos9.2
appletvsimulator9.2
watchos2.2
watchsimulator2.2
The Xcode 7.3.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
watchOS 2.0
watchOS 2.1
watchOS 2.2
tvOS 9.0
tvOS 9.1
tvOS 9.2
Xcode 6.4 is available by adding osx_image: xcode6.4
to your .travis.yml.
Our Xcode 6.4 images have the following SDKs preinstalled:
macosx10.9
macosx10.10
iphoneos8.4
iphonesimulator8.4
The Xcode 6.4 image also comes with the following simulators:
iOS 7.1
iOS 8.1
iOS 8.2
iOS 8.4
Latest Version:
Java JRE 8 Update 251 LATEST
Requirements:
Mac OS X 10.7 or later
Author / Product:
Oracle / Java Runtime Environment for Mac
Old Versions:
Filename:
jre-8u251-macosx-x64.dmg
MD5 Checksum:
3dd5b975026085624de05c97493e7022
Details:
Java Runtime Environment for Mac 2020 full offline installer setup for Mac
On any computer, the operating system (OS) is the set of programs that performs. Graphic operating systems today are Microsoft\'s Windows and Apple\'s Mac OS. So they can write applications consistent with the operating environment.
This guide explains what packages, tools and settings are available in theTravis macOS CI environment (often referred to as the “CI environment”).
Travis CI runs builds in virtual machines that are snapshotted before each buildand rolled back at the end of it. This offers a number of benefits:
brew
and then customize the configuration of those services at thebeginning of each build.The environment available to test suites is known as the Travis CIenvironment.
To use our macOS build infrastructure, add the following to your .travis.yml
:
Travis CI uses macOS 10.13 and Xcode 9.4.1 by default. You can use another version of macOS (and Xcode) by specifying the corresponding osx_image
key from the following table:
osx_image value | Xcode version | Xcode build version | macOS version | JDK |
---|---|---|---|---|
osx_image: xcode11.4 | Xcode 11.4.1 | 11E503a | macOS 10.15.4 | 14.0.1 |
osx_image: xcode11.3 | Xcode 11.3.1 | 11C505 | macOS 10.14.6 | 14 |
osx_image: xcode11.2 | Xcode 11.2.1 | 11B500 | macOS 10.14.6 | 14 |
osx_image: xcode11.1 | Xcode 11.1 | 11A1027 | macOS 10.14.6 | 14 |
osx_image: xcode11 | Xcode 11.0 | 11A420a | macOS 10.14.6 | 14 |
osx_image: xcode10.3 | Xcode 10.3 | 18E226 | macOS 10.14.4 | 13.0.1 |
osx_image: xcode10.2 | Xcode 10.2.1 | 10E1001 | macOS 10.14 | 13.0.1 |
osx_image: xcode10.1 | Xcode 10.1 | 10B61 | macOS 10.13 | 13.0.1 |
osx_image: xcode10 | Xcode 10.0 | 10A255 | macOS 10.13 | 13.0.1 |
osx_image: xcode9.4 Default | Xcode 9.4.1 | 9F2000 | macOS 10.13 | 13.0.1 |
osx_image: xcode9.3 | Xcode 9.3 | 9E145 | macOS 10.13 | 1.8.0_112-b16 |
osx_image: xcode9.2 | Xcode 9.2 | 9C40b | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode9.1 | Xcode 9.1 | 9B55 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode9 | Xcode 9.0 | 9A235 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode8.3 | Xcode 8.3.3 | 8E3004b | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode8 | Xcode 8.0 | 8A218a | macOS 10.11 | 1.8.0_92-b14 |
osx_image: xcode7.3 | Xcode 7.3.1 | 7D1014 | macOS 10.11 | 1.8.0_92-b14 |
osx_image: xcode6.4 | Xcode 6.4 | 6E35b | macOS 10.10 | 1.8.0_45-b14 |
Homebrew is installed and updated every time the virtual machines are updated.
The Travis Homebrew addon is the simplest, fastest and most reliable way to install dependencies.
The Homebrew addon correctly handles up-to-date, outdated, and missing packages. Manual Homebrew dependency scripts are error-prone, and we recommend against using them.
The Homebrew addon uses the Homebrew database on the build image by default, but can be configured to run brew update
if needed.
VMs running macOS 10.13 use HFS+, VMs running macOS 10.14 and newer use APFS.
Note the pre-installed JDK version (OracleJDK) for each image in the table below.While Mac jobs can test against multiple JDK versions using the jdk
key,macOS images up to xcode9.3
can only switch up to Java 8, and images xcode9.4
and later can switch to Java 10 (if pre-installed) and later.In practical terms, if your Mac build requires Java 8 and below, use xcode9.3
(or below); if your build requires Java 10and later, use xcode9.4
(or later).
osx_image value | Xcode version | macOS version | JDK |
---|---|---|---|
osx_image: xcode11.4 | Xcode 11.4.1 | macOS 10.15.4 | 14.0.1 |
osx_image: xcode11.3 | Xcode 11.3.1 | macOS 10.14.6 | 14 |
osx_image: xcode11.2 | Xcode 11.2.1 | macOS 10.14.6 | 14 |
osx_image: xcode11.1 | Xcode 11.1 | macOS 10.14.6 | 14 |
osx_image: xcode11 | Xcode 11.0 | macOS 10.14.6 | 14 |
osx_image: xcode10.3 | Xcode 10.3 | macOS 10.14.4 | 13.0.1 |
osx_image: xcode10.2 | Xcode 10.2.1 | macOS 10.14 | 13.0.1 |
osx_image: xcode10.1 | Xcode 10.1 | macOS 10.13 | 13.0.1 |
osx_image: xcode10 | Xcode 10.0 | macOS 10.13 | 13.0.1 |
osx_image: xcode9.4 Default | Xcode 9.4.1 | macOS 10.13 | 13.0.1 |
osx_image: xcode9.3 | Xcode 9.3 | macOS 10.13 | 1.8.0_112-b16 |
osx_image: xcode9.2 | Xcode 9.2 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode9.1 | Xcode 9.1 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode9 | Xcode 9.0 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode8.3 | Xcode 8.3.3 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode8 | Xcode 8.0 | macOS 10.11 | 1.8.0_92-b14 |
osx_image: xcode7.3 | Xcode 7.3.1 | macOS 10.11 | 1.8.0_92-b14 |
osx_image: xcode6.4 | Xcode 6.4 | macOS 10.10 | 1.8.0_45-b14 |
Every worker has at least one version of Go, Java, Python, Ruby and NodeJS to accommodateprojects that may need one of those runtimes during the build.
CI=true
TRAVIS=true
USER=travis
HOME=/Users/travis
Additionally, Travis CI sets environment variables you can use in your build,e.g. to tag the build, or to run post-build deployments.
TRAVIS_BRANCH
:For builds not triggered by a pull request this is thename of the branch currently being built; whereas for builds triggeredby a pull request this is the name of the branch targeted by the pullrequest (in many cases this will be master
).TRAVIS_BUILD_DIR
: The absolute path to the directory where the repositorybeing built has been copied on the worker.TRAVIS_BUILD_ID
: The id of the current build that Travis CI uses internally.TRAVIS_BUILD_NUMBER
: The number of the current build (for example, “4”).TRAVIS_COMMIT
: The commit that the current build is testing.TRAVIS_COMMIT_RANGE
: The range of commits that were included in the pushor pull request. (Note that this is empty for builds triggered by the initial commit of a new branch.)TRAVIS_JOB_ID
: The id of the current job that Travis CI uses internally.TRAVIS_JOB_NUMBER
: The number of the current job (for example, “4.1”).TRAVIS_PULL_REQUEST
: The pull request number if the current job is a pullrequest, “false” if it’s not a pull request.TRAVIS_SECURE_ENV_VARS
: Whether or not secure environment vars are beingused. This value is either “true” or “false”.TRAVIS_REPO_SLUG
: The slug (in form: owner_name/repo_name
) of therepository currently being built. (for example, “travis-ci/travis-build”).TRAVIS_OS_NAME
: On multi-OS builds, this value indicates the platform the job is running on.Values are linux
and osx
currently, to be extended in the future.TRAVIS_TAG
: If the current build is for a git tag, this variable is set to the tag’s name.Default macOS Ruby (depends on macOS version) – You need to use sudo
to install gems with this Ruby and you can also use the pre-compiled Ruby binaries we made available.
Rubies are built using RVM that is installed per-user.
Xcode 9.4.1 is installed with all available simulators and SDKs.Command Line Tools are also installed.
Xcode 11.4.1 is available by adding osx_image: xcode11.4
to your .travis.yml.
Our Xcode 11.4.1 images have the following SDKs preinstalled:
iphoneos13.4
iphonesimulator13.4
macosx10.15
appletvos13.4
appletvsimulator13.4
This license type may impose certain restrictions on functionality or only provide an evaluation period. The contents of the download are original and were not modified in any way. Download myob versi 17. Thank you for downloading MYOB Accounting Plus from our software libraryThe licence type of the downloaded software is shareware. The version of MYOB Accounting Plus you are about to download is 19.0.
watchos6.2
watchsimulator6.2
The Xcode 11.4.1 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
iOS 12.4
iOS 13.2
iOS 13.3
iOS 13.4
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
tvOS 12.4
tvOS 13.2
tvOS 13.3
tvOS 13.4
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
watchOS 5.3
watchOS 6.1
watchOS 6.2
Xcode 11.3.1 is available by adding osx_image: xcode11.3
to your .travis.yml.
Our Xcode 11.3.1 images have the following SDKs preinstalled:
iphoneos13.2
iphonesimulator13.2
macosx10.15
appletvos13.2
appletvsimulator13.2
watchos6.1
watchsimulator6.1
The Xcode 11.3.1 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
iOS 12.4
iOS 13.2
iOS 13.3
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
tvOS 12.4
tvOS 13.2
tvOS 13.3
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
watchOS 5.3
watchOS 6.1
Xcode 11.2.1 is available by adding osx_image: xcode11.2
to your .travis.yml.
Our Xcode 11.2.1 images have the following SDKs preinstalled:
iphoneos13.2
iphonesimulator13.2
macosx10.15
appletvos13.2
appletvsimulator13.2
watchos6.1
watchsimulator6.1
The Xcode 11.2.1 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
iOS 12.4
iOS 13.2
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
tvOS 12.4
tvOS 13.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
watchOS 5.3
watchOS 6.1
Xcode 11.1 is available by adding osx_image: xcode11.1
to your .travis.yml.
Our Xcode 11.1 images have the following SDKs preinstalled:
iphoneos13.1
iphonesimulator13.1
macosx10.15
appletvos13.0
appletvsimulator13.0
watchos6.0
watchsimulator6.0
The Xcode 11.1 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 13.0
iOS 13.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 13.0
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 6.0
Xcode 11.0 is available by adding osx_image: xcode11
to your .travis.yml.
Our Xcode 11.0 images have the following SDKs preinstalled:
iphoneos13.0
iphonesimulator13.0
macosx10.15
appletvos13.0
appletvsimulator13.0
watchos6.0
watchsimulator6.0
The Xcode 11.0 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 13.0
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 13.0
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 6.0
Xcode 10.3 is available by adding osx_image: xcode10.3
to your .travis.yml.
Our Xcode 10.3 images have the following SDKs preinstalled:
macosx10.14
iphoneos12.4
iphonesimulator12.4
appletvos12.4
appletvsimulator12.4
watchos5.3
watchsimulator5.3
The Xcode 10.3 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
iOS 12.4
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
tvOS 12.4
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
watchOS 5.3
Xcode 10.2.1 is available by adding osx_image: xcode10.2
to your .travis.yml.
Our Xcode 10.2.1 images have the following SDKs preinstalled:
macosx10.14
iphoneos12.2
iphonesimulator12.2
appletvos12.2
appletvsimulator12.2
watchos5.2
watchsimulator5.2
The Xcode 10.2.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
Xcode 10.1 is available by adding osx_image: xcode10.1
to your .travis.yml.
Our Xcode 10.1 images have the following SDKs preinstalled:
macosx10.14
iphoneos12.1
iphonesimulator12.1
appletvos12.1
appletvsimulator12.1
watchos5.1
watchsimulator5.1
The Xcode 10.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
Xcode 10.0 is available by adding osx_image: xcode10
to your .travis.yml.
Our Xcode 10.0 images have the following SDKs preinstalled:
macosx10.14
iphoneos12.0
iphonesimulator12.0
appletvos12.0
appletvsimulator12.0
watchos5.0
watchsimulator5.0
The Xcode 10.0 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
Xcode 9.4.1 is available by adding osx_image: xcode9.4
to your .travis.yml.
– Default when no other osx_image:
is specified
Our Xcode 9.4.1 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.4
iphonesimulator11.4
appletvos11.4
appletvsimulator11.4
watchos4.3
watchsimulator4.3
The Xcode 9.4.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 4.3
Xcode 9.3 is available by adding osx_image: xcode9.3
to your .travis.yml.
Our Xcode 9.3 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.3
iphonesimulator11.3
appletvos11.2
appletvsimulator11.3
watchos4.3
watchsimulator4.3
The Xcode 9.3 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 4.3
Xcode 9.2 is available by adding osx_image: xcode9.2
to your .travis.yml.
Our Xcode 9.2 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.2
iphonesimulator11.2
appletvos11.2
appletvsimulator11.2
watchos4.2
watchsimulator4.2
The Xcode 9.2 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
Xcode 9.1 is available by adding osx_image: xcode9.1
to your .travis.yml.
Our Xcode 9.1 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.1
iphonesimulator11.1
appletvos11.1
appletvsimulator11.1
watchos4.1
watchsimulator4.1
The Xcode 9.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
Xcode 9.0 is available by adding osx_image: xcode9
to your .travis.yml.
Our Xcode 9.0 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.0
iphonesimulator11.0
appletvos11.0
appletvsimulator11.0
watchos4.0
watchsimulator4.0
The Xcode 9.0 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
Xcode 8.3.3 is available by adding osx_image: xcode8.3
to your .travis.yml.
Our Xcode 8.3.3 images have the following SDKs preinstalled:
macosx10.12
iphoneos10.3
iphonesimulator10.3
appletvos10.2
appletvsimulator10.2
watchos3.2
watchsimulator3.2
The Xcode 8.3.3 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
Xcode 8.0 is available by adding osx_image: xcode8
to your .travis.yml.
Our Xcode 8.0 images have the following SDKs preinstalled:
macosx10.11
iphoneos10.0
iphonesimulator10.0
appletvos10.0
appletvsimulator10.0
watchos3.0
watchsimulator3.0
iphoneos9.3
iphonesimulator9.3
appletvos9.2
appletvsimulator9.2
watchos2.2
watchsimulator2.2
The Xcode 8.0 image also comes with the following simulators:
iOS 10.0
watchOS 3.0
tvOS 10.0
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
watchOS 2.0
watchOS 2.1
watchOS 2.2
tvOS 9.0
tvOS 9.1
tvOS 9.2
Xcode 7.3.1 is available by adding osx_image: xcode7.3
to your .travis.yml.
Our Xcode 7.3.1 images have the following SDKs preinstalled:
macosx10.11
iphoneos9.3
iphonesimulator9.3
appletvos9.2
appletvsimulator9.2
watchos2.2
watchsimulator2.2
The Xcode 7.3.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
watchOS 2.0
watchOS 2.1
watchOS 2.2
tvOS 9.0
tvOS 9.1
tvOS 9.2
Xcode 6.4 is available by adding osx_image: xcode6.4
to your .travis.yml.
Our Xcode 6.4 images have the following SDKs preinstalled:
macosx10.9
macosx10.10
iphoneos8.4
iphonesimulator8.4
The Xcode 6.4 image also comes with the following simulators:
iOS 7.1
iOS 8.1
iOS 8.2
iOS 8.4
Latest Version:
Java JRE 8 Update 251 LATEST
Requirements:
Mac OS X 10.7 or later
Author / Product:
Oracle / Java Runtime Environment for Mac
Old Versions:
Filename:
jre-8u251-macosx-x64.dmg
MD5 Checksum:
3dd5b975026085624de05c97493e7022
Details:
Java Runtime Environment for Mac 2020 full offline installer setup for Mac
On any computer, the operating system (OS) is the set of programs that performs. Graphic operating systems today are Microsoft\'s Windows and Apple\'s Mac OS. So they can write applications consistent with the operating environment.
This guide explains what packages, tools and settings are available in theTravis macOS CI environment (often referred to as the “CI environment”).
Travis CI runs builds in virtual machines that are snapshotted before each buildand rolled back at the end of it. This offers a number of benefits:
brew
and then customize the configuration of those services at thebeginning of each build.The environment available to test suites is known as the Travis CIenvironment.
To use our macOS build infrastructure, add the following to your .travis.yml
:
Travis CI uses macOS 10.13 and Xcode 9.4.1 by default. You can use another version of macOS (and Xcode) by specifying the corresponding osx_image
key from the following table:
osx_image value | Xcode version | Xcode build version | macOS version | JDK |
---|---|---|---|---|
osx_image: xcode11.4 | Xcode 11.4.1 | 11E503a | macOS 10.15.4 | 14.0.1 |
osx_image: xcode11.3 | Xcode 11.3.1 | 11C505 | macOS 10.14.6 | 14 |
osx_image: xcode11.2 | Xcode 11.2.1 | 11B500 | macOS 10.14.6 | 14 |
osx_image: xcode11.1 | Xcode 11.1 | 11A1027 | macOS 10.14.6 | 14 |
osx_image: xcode11 | Xcode 11.0 | 11A420a | macOS 10.14.6 | 14 |
osx_image: xcode10.3 | Xcode 10.3 | 18E226 | macOS 10.14.4 | 13.0.1 |
osx_image: xcode10.2 | Xcode 10.2.1 | 10E1001 | macOS 10.14 | 13.0.1 |
osx_image: xcode10.1 | Xcode 10.1 | 10B61 | macOS 10.13 | 13.0.1 |
osx_image: xcode10 | Xcode 10.0 | 10A255 | macOS 10.13 | 13.0.1 |
osx_image: xcode9.4 Default | Xcode 9.4.1 | 9F2000 | macOS 10.13 | 13.0.1 |
osx_image: xcode9.3 | Xcode 9.3 | 9E145 | macOS 10.13 | 1.8.0_112-b16 |
osx_image: xcode9.2 | Xcode 9.2 | 9C40b | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode9.1 | Xcode 9.1 | 9B55 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode9 | Xcode 9.0 | 9A235 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode8.3 | Xcode 8.3.3 | 8E3004b | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode8 | Xcode 8.0 | 8A218a | macOS 10.11 | 1.8.0_92-b14 |
osx_image: xcode7.3 | Xcode 7.3.1 | 7D1014 | macOS 10.11 | 1.8.0_92-b14 |
osx_image: xcode6.4 | Xcode 6.4 | 6E35b | macOS 10.10 | 1.8.0_45-b14 |
Homebrew is installed and updated every time the virtual machines are updated.
The Travis Homebrew addon is the simplest, fastest and most reliable way to install dependencies.
The Homebrew addon correctly handles up-to-date, outdated, and missing packages. Manual Homebrew dependency scripts are error-prone, and we recommend against using them.
The Homebrew addon uses the Homebrew database on the build image by default, but can be configured to run brew update
if needed.
VMs running macOS 10.13 use HFS+, VMs running macOS 10.14 and newer use APFS.
Note the pre-installed JDK version (OracleJDK) for each image in the table below.While Mac jobs can test against multiple JDK versions using the jdk
key,macOS images up to xcode9.3
can only switch up to Java 8, and images xcode9.4
and later can switch to Java 10 (if pre-installed) and later.In practical terms, if your Mac build requires Java 8 and below, use xcode9.3
(or below); if your build requires Java 10and later, use xcode9.4
(or later).
osx_image value | Xcode version | macOS version | JDK |
---|---|---|---|
osx_image: xcode11.4 | Xcode 11.4.1 | macOS 10.15.4 | 14.0.1 |
osx_image: xcode11.3 | Xcode 11.3.1 | macOS 10.14.6 | 14 |
osx_image: xcode11.2 | Xcode 11.2.1 | macOS 10.14.6 | 14 |
osx_image: xcode11.1 | Xcode 11.1 | macOS 10.14.6 | 14 |
osx_image: xcode11 | Xcode 11.0 | macOS 10.14.6 | 14 |
osx_image: xcode10.3 | Xcode 10.3 | macOS 10.14.4 | 13.0.1 |
osx_image: xcode10.2 | Xcode 10.2.1 | macOS 10.14 | 13.0.1 |
osx_image: xcode10.1 | Xcode 10.1 | macOS 10.13 | 13.0.1 |
osx_image: xcode10 | Xcode 10.0 | macOS 10.13 | 13.0.1 |
osx_image: xcode9.4 Default | Xcode 9.4.1 | macOS 10.13 | 13.0.1 |
osx_image: xcode9.3 | Xcode 9.3 | macOS 10.13 | 1.8.0_112-b16 |
osx_image: xcode9.2 | Xcode 9.2 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode9.1 | Xcode 9.1 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode9 | Xcode 9.0 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode8.3 | Xcode 8.3.3 | macOS 10.12 | 1.8.0_112-b16 |
osx_image: xcode8 | Xcode 8.0 | macOS 10.11 | 1.8.0_92-b14 |
osx_image: xcode7.3 | Xcode 7.3.1 | macOS 10.11 | 1.8.0_92-b14 |
osx_image: xcode6.4 | Xcode 6.4 | macOS 10.10 | 1.8.0_45-b14 |
Every worker has at least one version of Go, Java, Python, Ruby and NodeJS to accommodateprojects that may need one of those runtimes during the build.
CI=true
TRAVIS=true
USER=travis
HOME=/Users/travis
Additionally, Travis CI sets environment variables you can use in your build,e.g. to tag the build, or to run post-build deployments.
TRAVIS_BRANCH
:For builds not triggered by a pull request this is thename of the branch currently being built; whereas for builds triggeredby a pull request this is the name of the branch targeted by the pullrequest (in many cases this will be master
).TRAVIS_BUILD_DIR
: The absolute path to the directory where the repositorybeing built has been copied on the worker.TRAVIS_BUILD_ID
: The id of the current build that Travis CI uses internally.TRAVIS_BUILD_NUMBER
: The number of the current build (for example, “4”).TRAVIS_COMMIT
: The commit that the current build is testing.TRAVIS_COMMIT_RANGE
: The range of commits that were included in the pushor pull request. (Note that this is empty for builds triggered by the initial commit of a new branch.)TRAVIS_JOB_ID
: The id of the current job that Travis CI uses internally.TRAVIS_JOB_NUMBER
: The number of the current job (for example, “4.1”).TRAVIS_PULL_REQUEST
: The pull request number if the current job is a pullrequest, “false” if it’s not a pull request.TRAVIS_SECURE_ENV_VARS
: Whether or not secure environment vars are beingused. This value is either “true” or “false”.TRAVIS_REPO_SLUG
: The slug (in form: owner_name/repo_name
) of therepository currently being built. (for example, “travis-ci/travis-build”).TRAVIS_OS_NAME
: On multi-OS builds, this value indicates the platform the job is running on.Values are linux
and osx
currently, to be extended in the future.TRAVIS_TAG
: If the current build is for a git tag, this variable is set to the tag’s name.Default macOS Ruby (depends on macOS version) – You need to use sudo
to install gems with this Ruby and you can also use the pre-compiled Ruby binaries we made available.
Rubies are built using RVM that is installed per-user.
Xcode 9.4.1 is installed with all available simulators and SDKs.Command Line Tools are also installed.
Xcode 11.4.1 is available by adding osx_image: xcode11.4
to your .travis.yml.
Our Xcode 11.4.1 images have the following SDKs preinstalled:
iphoneos13.4
iphonesimulator13.4
macosx10.15
appletvos13.4
appletvsimulator13.4
This license type may impose certain restrictions on functionality or only provide an evaluation period. The contents of the download are original and were not modified in any way. Download myob versi 17. Thank you for downloading MYOB Accounting Plus from our software libraryThe licence type of the downloaded software is shareware. The version of MYOB Accounting Plus you are about to download is 19.0.
watchos6.2
watchsimulator6.2
The Xcode 11.4.1 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
iOS 12.4
iOS 13.2
iOS 13.3
iOS 13.4
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
tvOS 12.4
tvOS 13.2
tvOS 13.3
tvOS 13.4
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
watchOS 5.3
watchOS 6.1
watchOS 6.2
Xcode 11.3.1 is available by adding osx_image: xcode11.3
to your .travis.yml.
Our Xcode 11.3.1 images have the following SDKs preinstalled:
iphoneos13.2
iphonesimulator13.2
macosx10.15
appletvos13.2
appletvsimulator13.2
watchos6.1
watchsimulator6.1
The Xcode 11.3.1 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
iOS 12.4
iOS 13.2
iOS 13.3
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
tvOS 12.4
tvOS 13.2
tvOS 13.3
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
watchOS 5.3
watchOS 6.1
Xcode 11.2.1 is available by adding osx_image: xcode11.2
to your .travis.yml.
Our Xcode 11.2.1 images have the following SDKs preinstalled:
iphoneos13.2
iphonesimulator13.2
macosx10.15
appletvos13.2
appletvsimulator13.2
watchos6.1
watchsimulator6.1
The Xcode 11.2.1 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
iOS 12.4
iOS 13.2
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
tvOS 12.4
tvOS 13.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
watchOS 5.3
watchOS 6.1
Xcode 11.1 is available by adding osx_image: xcode11.1
to your .travis.yml.
Our Xcode 11.1 images have the following SDKs preinstalled:
iphoneos13.1
iphonesimulator13.1
macosx10.15
appletvos13.0
appletvsimulator13.0
watchos6.0
watchsimulator6.0
The Xcode 11.1 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 13.0
iOS 13.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 13.0
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 6.0
Xcode 11.0 is available by adding osx_image: xcode11
to your .travis.yml.
Our Xcode 11.0 images have the following SDKs preinstalled:
iphoneos13.0
iphonesimulator13.0
macosx10.15
appletvos13.0
appletvsimulator13.0
watchos6.0
watchsimulator6.0
The Xcode 11.0 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 13.0
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 13.0
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 6.0
Xcode 10.3 is available by adding osx_image: xcode10.3
to your .travis.yml.
Our Xcode 10.3 images have the following SDKs preinstalled:
macosx10.14
iphoneos12.4
iphonesimulator12.4
appletvos12.4
appletvsimulator12.4
watchos5.3
watchsimulator5.3
The Xcode 10.3 image also comes with the following simulators:
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
iOS 12.4
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
tvOS 12.4
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
watchOS 5.3
Xcode 10.2.1 is available by adding osx_image: xcode10.2
to your .travis.yml.
Our Xcode 10.2.1 images have the following SDKs preinstalled:
macosx10.14
iphoneos12.2
iphonesimulator12.2
appletvos12.2
appletvsimulator12.2
watchos5.2
watchsimulator5.2
The Xcode 10.2.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
iOS 12.2
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
tvOS 12.2
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
watchOS 5.2
Xcode 10.1 is available by adding osx_image: xcode10.1
to your .travis.yml.
Our Xcode 10.1 images have the following SDKs preinstalled:
macosx10.14
iphoneos12.1
iphonesimulator12.1
appletvos12.1
appletvsimulator12.1
watchos5.1
watchsimulator5.1
The Xcode 10.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
iOS 12.1
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
tvOS 12.1
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
watchOS 5.1
Xcode 10.0 is available by adding osx_image: xcode10
to your .travis.yml.
Our Xcode 10.0 images have the following SDKs preinstalled:
macosx10.14
iphoneos12.0
iphonesimulator12.0
appletvos12.0
appletvsimulator12.0
watchos5.0
watchsimulator5.0
The Xcode 10.0 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
iOS 12.0
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
tvOS 12.0
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 5.0
Xcode 9.4.1 is available by adding osx_image: xcode9.4
to your .travis.yml.
– Default when no other osx_image:
is specified
Our Xcode 9.4.1 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.4
iphonesimulator11.4
appletvos11.4
appletvsimulator11.4
watchos4.3
watchsimulator4.3
The Xcode 9.4.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
iOS 11.4
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
tvOS 11.4
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 4.3
Xcode 9.3 is available by adding osx_image: xcode9.3
to your .travis.yml.
Our Xcode 9.3 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.3
iphonesimulator11.3
appletvos11.2
appletvsimulator11.3
watchos4.3
watchsimulator4.3
The Xcode 9.3 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
iOS 11.3
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
tvOS 11.3
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
watchOS 4.3
Xcode 9.2 is available by adding osx_image: xcode9.2
to your .travis.yml.
Our Xcode 9.2 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.2
iphonesimulator11.2
appletvos11.2
appletvsimulator11.2
watchos4.2
watchsimulator4.2
The Xcode 9.2 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
iOS 11.2
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
tvOS 11.2
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
watchOS 4.2
Xcode 9.1 is available by adding osx_image: xcode9.1
to your .travis.yml.
Our Xcode 9.1 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.1
iphonesimulator11.1
appletvos11.1
appletvsimulator11.1
watchos4.1
watchsimulator4.1
The Xcode 9.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
iOS 11.1
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
tvOS 11.1
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
watchOS 4.1
Xcode 9.0 is available by adding osx_image: xcode9
to your .travis.yml.
Our Xcode 9.0 images have the following SDKs preinstalled:
macosx10.13
iphoneos11.0
iphonesimulator11.0
appletvos11.0
appletvsimulator11.0
watchos4.0
watchsimulator4.0
The Xcode 9.0 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
iOS 11.0
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
tvOS 11.0
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
watchOS 4.0
Xcode 8.3.3 is available by adding osx_image: xcode8.3
to your .travis.yml.
Our Xcode 8.3.3 images have the following SDKs preinstalled:
macosx10.12
iphoneos10.3
iphonesimulator10.3
appletvos10.2
appletvsimulator10.2
watchos3.2
watchsimulator3.2
The Xcode 8.3.3 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
iOS 10.0
iOS 10.1
iOS 10.2
iOS 10.3
tvOS 9.0
tvOS 9.1
tvOS 9.2
tvOS 10.0
tvOS 10.1
tvOS 10.2
watchOS 2.0
watchOS 2.1
watchOS 2.2
watchOS 3.2
Xcode 8.0 is available by adding osx_image: xcode8
to your .travis.yml.
Our Xcode 8.0 images have the following SDKs preinstalled:
macosx10.11
iphoneos10.0
iphonesimulator10.0
appletvos10.0
appletvsimulator10.0
watchos3.0
watchsimulator3.0
iphoneos9.3
iphonesimulator9.3
appletvos9.2
appletvsimulator9.2
watchos2.2
watchsimulator2.2
The Xcode 8.0 image also comes with the following simulators:
iOS 10.0
watchOS 3.0
tvOS 10.0
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
watchOS 2.0
watchOS 2.1
watchOS 2.2
tvOS 9.0
tvOS 9.1
tvOS 9.2
Xcode 7.3.1 is available by adding osx_image: xcode7.3
to your .travis.yml.
Our Xcode 7.3.1 images have the following SDKs preinstalled:
macosx10.11
iphoneos9.3
iphonesimulator9.3
appletvos9.2
appletvsimulator9.2
watchos2.2
watchsimulator2.2
The Xcode 7.3.1 image also comes with the following simulators:
iOS 8.1
iOS 8.2
iOS 8.3
iOS 8.4
iOS 9.0
iOS 9.1
iOS 9.2
iOS 9.3
watchOS 2.0
watchOS 2.1
watchOS 2.2
tvOS 9.0
tvOS 9.1
tvOS 9.2
Xcode 6.4 is available by adding osx_image: xcode6.4
to your .travis.yml.
Our Xcode 6.4 images have the following SDKs preinstalled:
macosx10.9
macosx10.10
iphoneos8.4
iphonesimulator8.4
The Xcode 6.4 image also comes with the following simulators:
iOS 7.1
iOS 8.1
iOS 8.2
iOS 8.4