Skip to content

Commit d789bf3

Browse files
edusperoniNathanWalker
authored andcommitted
chore: update travis build (#145)
1 parent 2ab12ca commit d789bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
os: osx
2-
osx_image: xcode11
2+
osx_image: xcode13.2
33
language: objective-c
44
git:
55
submodules: true
@@ -12,7 +12,7 @@ before_install:
1212
- npm install junit-cli-report-viewer
1313

1414
script:
15-
- set -o pipefail && xcodebuild -project v8ios.xcodeproj -scheme TestRunner -resultBundlePath $HOME/test_results -resultBundleVersion 3 -destination platform\=iOS\ Simulator,OS\=13.0,name\=iPhone\ 11\ Pro\ Max build test | xcpretty
15+
- set -o pipefail && xcodebuild -project v8ios.xcodeproj -scheme TestRunner -resultBundlePath $HOME/test_results -resultBundleVersion 3 -destination platform\=iOS\ Simulator,OS\=15.2,name\=iPhone\ 11\ Pro\ Max build test | xcpretty
1616
- set -e && xcparse attachments $HOME/test_results.xcresult $HOME
1717
- set -e && find $HOME -name "*junit*.xml" -maxdepth 1 -exec npx junit-cli-report-viewer {} \;
1818

0 commit comments

Comments
 (0)