We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed0f1a commit f6f8480Copy full SHA for f6f8480
scripts/test_all
@@ -16,6 +16,8 @@
16
17
readonly SCRIPTS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
18
readonly ROOT_DIR="$(dirname $SCRIPTS_DIR)"
19
+# Note that the following is using 10.1 until Travis CI fixes
20
+# https://github.com/travis-ci/travis-ci/issues/7031
21
readonly DESTINATION="platform=iOS Simulator,name=iPhone 7,OS=10.1"
22
readonly COVERAGE_OPTIONS="GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES -enableCodeCoverage YES"
23
0 commit comments