Skip to content

Commit

Permalink
Edited travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlo-kravchenko committed Apr 5, 2018
1 parent 5a64137 commit 6839763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ osx_image: xcode9.2
language: swift 4.0

cache:
- bundler
- cocoapods

podfile: Example/Podfile
Expand All @@ -18,4 +17,4 @@ before_install:

script:
# - set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/iOSLogger.xcworkspace -scheme iOSLogger-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
- pod lib lint --allow-warnings
2 changes: 1 addition & 1 deletion iOSLogger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'iOSLogger'
s.version = '0.1.0'
s.summary = 'A short description of iOSLogger.'
s.summary = 'Easy logging and send logs for your app.'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand Down

0 comments on commit 6839763

Please sign in to comment.