We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5956fd + 97c1f39 commit deb75b5Copy full SHA for deb75b5
.travis.yml
@@ -15,11 +15,9 @@ notifications:
15
before_install:
16
- rvm use $RVM_RUBY_VERSION
17
- gem install cocoapods
18
- - gem install slather
19
- pod install
20
after_success:
21
- - slather
22
- - bash <(curl -s https://codecov.io/bash) -f cobertura.xml
+ - bash <(curl -s https://codecov.io/bash)
23
script:
24
- set -o pipefail && xcodebuild clean test -workspace SettingsKit.xcworkspace -scheme SettingsKit -destination 'platform=iOS Simulator,name=iPhone 6s' ONLY_ACTIVE_ARCH=YES | xcpretty
25
- pod lib lint
0 commit comments