Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkhanAlikhanov committed Nov 10, 2019
1 parent 440a6dc commit fc35a99
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 @@ -18,4 +18,4 @@ matrix:
osx_image: xcode11.2
dist: trusty
sudo: required
script: set -o pipefail && xcodebuild -scheme RequestSwift -destination "platform=OS X" test | xcpretty && xcodebuild -scheme RequestSwift -destination "platform=iOS Simulator,name=iPhone 11" test | xcpretty && xcodebuild -scheme RequestSwift -destination "platform=tvOS Simulator,name=Apple TV" test | xcpretty
script: set -o pipefail && xcodebuild -scheme HttpSwift -destination "platform=OS X" test | xcpretty && xcodebuild -scheme HttpSwift -destination "platform=iOS Simulator,name=iPhone 11" test | xcpretty && xcodebuild -scheme HttpSwift -destination "platform=tvOS Simulator,name=Apple TV" test | xcpretty

0 comments on commit fc35a99

Please sign in to comment.