Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:dtrenz/SettingsKit into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrenz committed Mar 4, 2016
2 parents a5956fd + 97c1f39 commit deb75b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -15,11 +15,9 @@ notifications:
before_install:
- rvm use $RVM_RUBY_VERSION
- gem install cocoapods
- gem install slather
- pod install
after_success:
- slather
- bash <(curl -s https://codecov.io/bash) -f cobertura.xml
- bash <(curl -s https://codecov.io/bash)
script:
- set -o pipefail && xcodebuild clean test -workspace SettingsKit.xcworkspace -scheme SettingsKit -destination 'platform=iOS Simulator,name=iPhone 6s' ONLY_ACTIVE_ARCH=YES | xcpretty
- pod lib lint

0 comments on commit deb75b5

Please sign in to comment.