Skip to content

Commit

Permalink
Fix simulator version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Apr 28, 2020
1 parent b1a1cf8 commit 2de9fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ script:
cd $TRAVIS_BUILD_DIR/example/ios
set -o pipefail
rm -f build
xcodebuild -arch x86_64 -sdk iphonesimulator12.2 -workspace ./RNMapboxGLExample.xcworkspace -scheme RNMapboxGLExample | xcpretty -c
xcodebuild -arch x86_64 -sdk iphonesimulator13.2 -workspace ./RNMapboxGLExample.xcworkspace -scheme RNMapboxGLExample | xcpretty -c
fi
- |
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
Expand Down

0 comments on commit 2de9fa2

Please sign in to comment.