Skip to content

Commit

Permalink
Make single travis run
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkhanAlikhanov committed Nov 10, 2019
1 parent 448983a commit fab0fca
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,4 @@ matrix:
osx_image: xcode11.2
dist: trusty
sudo: required
env: ACTION=test PLATFORM=Mac DESTINATION='platform=OS X'
script: set -o pipefail && xcodebuild -scheme SocketSwift -destination "$DESTINATION" $ACTION | xcpretty

- os: osx
osx_image: xcode11.2
dist: trusty
sudo: required
env: ACTION=test PLATFORM=iOS DESTINATION='platform=iOS Simulator,name=iPhone 11'
script: set -o pipefail && xcodebuild -scheme SocketSwift -destination "$DESTINATION" $ACTION | xcpretty

- os: osx
osx_image: xcode11.2
dist: trusty
sudo: required
env: ACTION=test PLATFORM=tvOS DESTINATION='platform=tvOS Simulator,name=Apple TV'
script: set -o pipefail && xcodebuild -scheme SocketSwift -destination "$DESTINATION" $ACTION | xcpretty

script: set -o pipefail && xcodebuild -scheme SocketSwift -destination "platform=OS X" test | xcpretty && xcodebuild -scheme SocketSwift -destination "platform=iOS Simulator,name=iPhone 11" test | xcpretty && xcodebuild -scheme SocketSwift -destination "platform=tvOS Simulator,name=Apple TV" test | xcpretty

0 comments on commit fab0fca

Please sign in to comment.