Skip to content

Commit 10444e2

Browse files
committed
Add travis slack notifications
1 parent 11a3dbc commit 10444e2

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.travis.yml

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
osx_image: xcode61
22
language: objective-c
3-
before_install: gem install cocoapods xcpretty obcd -N
3+
before_install:
4+
- gem install cocoapods xcpretty obcd -N
45
cache: cocoapods
56
podfile: Example/Podfile
67
env:
7-
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
8+
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
89
script:
9-
- set -o pipefail && xcodebuild -workspace Example/ExampleSSDataSources.xcworkspace -scheme ExampleSSDataSources -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6" clean test | xcpretty -c
10-
- pod lib lint --quick
11-
- obcd --path SSDataSources find HeaderStyle
10+
- set -o pipefail && xcodebuild -workspace Example/ExampleSSDataSources.xcworkspace
11+
-scheme ExampleSSDataSources -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6"
12+
clean test | xcpretty -c
13+
- pod lib lint --quick
14+
- obcd --path SSDataSources find HeaderStyle
15+
notifications:
16+
slack:
17+
secure: Lu0j1+59o9FCSe/sM7Pf8Qx0aD7akVXaYjstbta8vGJxaW4a3w20Em1N1KHapYCYOiVHKiBOHRVcMdO+4yfA7TREinVf1sUUskgZu3Ou18Tx0bB53fRFnhE8Wz+zOYzeL89K20hEvSzHVj13/DLCwIcERXIkBKwoAjJIH8HiKi8=

0 commit comments

Comments
 (0)