Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into improve-type-inference
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-suzuki committed Oct 23, 2019
2 parents e445099 + 1b255f1 commit 1ee76bd
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 @@ -19,6 +19,6 @@ script: |
else
PROJECT_ARG="-project ./Unio.xcodeproj"
fi
xcodebuild test $PROJECT_ARG -scheme Unio -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=12.2,name=iPhone 8' | xcpretty -c
xcodebuild test $PROJECT_ARG -scheme Unio -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=13.0,name=iPhone 11' | xcpretty -c
notifications:
email: false

0 comments on commit 1ee76bd

Please sign in to comment.