Skip to content

Commit cfa68f9

Browse files
author
Pilvi
authored
Update .travis.yml
1 parent 995d109 commit cfa68f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: objective-c
22
osx_image: xcode11
33
xcode_workspace: XX.xcworkspace
4-
xcode_sdk: iphonesimulator
54
xcode_scheme: XX
65
xcode_destination: platform=iOS Simulator, OS=12.4, name=iPhone 11
76
before_install:
@@ -11,3 +10,5 @@ before_install:
1110
script:
1211
- set -o pipefail
1312
- travis_retry xcodebuild -workspace XX.xcworkspace -scheme XX -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
13+
notifications:
14+
slack: yapp15ios:iJ035rFt5uphqJZuKwQfwIt5

0 commit comments

Comments
 (0)