forked from slackhq/SlackTextViewController
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ignacio Romero Zurbuchen
committed
Jan 19, 2016
1 parent
c8730ca
commit 8d753b1
Showing
1 changed file
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
language: | ||
- objective-c | ||
osx_image: xcode7 | ||
language: objective-c | ||
|
||
cache: | ||
- bundler | ||
- bundler | ||
- cocoapods | ||
|
||
before_install: | ||
- bundle install | ||
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR | ||
- bundle install | ||
- cd SlackTextViewController && pod install && cd $TRAVIS_BUILD_DIR | ||
|
||
script: | ||
- xctool test | ||
- xctool test | ||
|
||
notifications: | ||
slack: | ||
secure: DOv3x21M1pnyrZ5jT5bZyHG0lg2E2tnj+6TVNHUD2ZYjab3X9oYz6PzL0YaC0M2S0rtiJtjO7jd1hdXHPg9CTUg04oGLSWe43Fmt2WAprszSXwyvNnqHNilBHFwhuM7MqcbV1uu3R/5CZVuHA0MKZqLQtDx2N4ep/5Lg6ehmuoA= | ||
- secure: DOv3x21M1pnyrZ5jT5bZyHG0lg2E2tnj+6TVNHUD2ZYjab3X9oYz6PzL0YaC0M2S0rtiJtjO7jd1hdXHPg9CTUg04oGLSWe43Fmt2WAprszSXwyvNnqHNilBHFwhuM7MqcbV1uu3R/5CZVuHA0MKZqLQtDx2N4ep/5Lg6ehmuoA= | ||
|
||
after_success: | ||
- bundle exec slather | ||
- bundle exec slather |