Skip to content

Commit

Permalink
Merge pull request #13 from cats-oss/fix-travis-yml
Browse files Browse the repository at this point in the history
Fix destination of .travis.yml
  • Loading branch information
marty-suzuki authored Oct 23, 2019
2 parents c093a0e + 4abfebd commit 1b255f1
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 1b255f1

Please sign in to comment.