mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-13 09:56:38 +08:00
20 lines
450 B
YAML
Executable File
20 lines
450 B
YAML
Executable File
osx_image: xcode7
|
|
language: objective-c
|
|
|
|
cache:
|
|
- bundler
|
|
- cocoapods
|
|
|
|
before_install:
|
|
- bundle install
|
|
- cd SlackTextViewController && pod install && cd $TRAVIS_BUILD_DIR
|
|
|
|
script:
|
|
- xctool test
|
|
|
|
notifications:
|
|
slack:
|
|
- secure: DOv3x21M1pnyrZ5jT5bZyHG0lg2E2tnj+6TVNHUD2ZYjab3X9oYz6PzL0YaC0M2S0rtiJtjO7jd1hdXHPg9CTUg04oGLSWe43Fmt2WAprszSXwyvNnqHNilBHFwhuM7MqcbV1uu3R/5CZVuHA0MKZqLQtDx2N4ep/5Lg6ehmuoA=
|
|
|
|
after_success:
|
|
- bundle exec slather |