Skip to content

Commit 0b0458d

Browse files
committed
Add slack notifications
1 parent 195db2e commit 0b0458d

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

.travis.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
osx_image: xcode61
1+
osx_image: xcode611
22
language: objective-c
33
before_install: gem install cocoapods xcpretty obcd -N
44
cache: cocoapods
55
podfile: Example/Podfile
66
env:
7-
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
7+
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
88
script:
9-
- set -o pipefail && xcodebuild -workspace Example/SSAccessibility.xcworkspace -scheme SSAccessibility -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6" clean test | xcpretty -c
10-
- pod lib lint --quick
11-
- obcd --path SSAccessibility find HeaderStyle
9+
- set -o pipefail && xcodebuild -workspace Example/SSAccessibility.xcworkspace -scheme
10+
SSAccessibility -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6"
11+
clean test | xcpretty -c
12+
- pod lib lint --quick
13+
- obcd --path SSAccessibility find HeaderStyle
14+
notifications:
15+
slack:
16+
secure: gLowzRNCBU4TRL5+xDyEFy9iEp9JutOEloUma6R+CbZWXVHjKShpdwso3VcWMk1Xn7LO6+2nGIl5suNT61/61Nrb9ovtNg14Ez83cbb27JybQbhQUSKw4yVRIf3S7y53dGfp+wzYIJzi4Mv3q6UuEjkYklzMT0s/KTUwU/HrL1g=

0 commit comments

Comments
 (0)