We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995d109 commit cfa68f9Copy full SHA for cfa68f9
.travis.yml
@@ -1,7 +1,6 @@
1
language: objective-c
2
osx_image: xcode11
3
xcode_workspace: XX.xcworkspace
4
-xcode_sdk: iphonesimulator
5
xcode_scheme: XX
6
xcode_destination: platform=iOS Simulator, OS=12.4, name=iPhone 11
7
before_install:
@@ -11,3 +10,5 @@ before_install:
11
10
script:
12
- set -o pipefail
13
- travis_retry xcodebuild -workspace XX.xcworkspace -scheme XX -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
+notifications:
14
+ slack: yapp15ios:iJ035rFt5uphqJZuKwQfwIt5
0 commit comments