From fab0fca37d995ef058cc165799a500d0fd806ae4 Mon Sep 17 00:00:00 2001 From: Orkhan Alikhanov Date: Sun, 10 Nov 2019 20:19:05 +0400 Subject: [PATCH] Make single travis run --- .travis.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index de190cb..7dfc981 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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