Skip to content

Commit

Permalink
update travis xcode 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akuraru committed May 3, 2019
1 parent 423f5fb commit 2100a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode10
osx_image: xcode10.2
env: LC_CTYPE=en_US.UTF-8
before_install:
# - sudo easy_install cpp-coveralls
Expand Down
2 changes: 1 addition & 1 deletion script/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
xcodebuild test -workspace NSDate-Escort.xcworkspace \
-scheme 'Test' \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,OS=12.0,name=iPhone XS' \
-destination 'platform=iOS Simulator,OS=12.2,name=iPhone XS' \
GCC_GENERATE_TEST_COVERAGE_FILES=YES

0 comments on commit 2100a2c

Please sign in to comment.