forked from FormatterKit/FormatterKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
26 lines (22 loc) · 1.12 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: objective-c
osx_image: xcode7.3
cache: bundler
env:
- TTT_LANGS="Arabic Catalan Chinese-Simplified Chinese-Traditional Czech Danish Dutch English French German"
- TTT_LANGS="Greek Hebrew Hungarian Indonesian Italian Japanese Korean Malay Norwegian-Bokmal Norwegian-Nynorsk"
- TTT_LANGS="Polish Portuguese Portuguese-Brazil Romanian Russian Spanish Swedish Thai Turkish Ukrainian Vietnamese"
- TTT_COMMAND="rake integration:cocoapods_ios"
- TTT_COMMAND="rake integration:cocoapods_ios_static"
- TTT_COMMAND="rake integration:cocoapods_osx"
- TTT_COMMAND="rake integration:cocoapods_watchos"
- TTT_COMMAND="rake integration:cocoapods_tvos"
#- TTT_COMMAND="rake integration:carthage_ios"
#- TTT_COMMAND="rake integration:carthage_osx"
#- TTT_COMMAND="rake integration:carthage_watchos"
#- TTT_COMMAND="rake integration:carthage_tvos"
- TTT_COMMAND="pod lib lint"
- TTT_COMMAND="pod lib lint --use-libraries"
script:
- test -n "$TTT_LANGS" && rake spec || bundle exec $TTT_COMMAND
after_success:
- test -n "$TTT_LANGS" && bundle exec rake "coverage:consolidate" && bundle exec slather coverage --coveralls