Skip to content

Commit deb75b5

Browse files
committed
Merge branch 'develop' of github.com:dtrenz/SettingsKit into develop
2 parents a5956fd + 97c1f39 commit deb75b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ notifications:
1515
before_install:
1616
- rvm use $RVM_RUBY_VERSION
1717
- gem install cocoapods
18-
- gem install slather
1918
- pod install
2019
after_success:
21-
- slather
22-
- bash <(curl -s https://codecov.io/bash) -f cobertura.xml
20+
- bash <(curl -s https://codecov.io/bash)
2321
script:
2422
- set -o pipefail && xcodebuild clean test -workspace SettingsKit.xcworkspace -scheme SettingsKit -destination 'platform=iOS Simulator,name=iPhone 6s' ONLY_ACTIVE_ARCH=YES | xcpretty
2523
- pod lib lint

0 commit comments

Comments
 (0)