Skip to content

Commit f6f8480

Browse files
ajsecordwilllarche
authored andcommitted
Added comment about Travis CI's 10.1 device bug. (#1135)
1 parent 4ed0f1a commit f6f8480

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test_all

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
readonly SCRIPTS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
1818
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
1921
readonly DESTINATION="platform=iOS Simulator,name=iPhone 7,OS=10.1"
2022
readonly COVERAGE_OPTIONS="GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES -enableCodeCoverage YES"
2123

0 commit comments

Comments
 (0)