Skip to content

Commit

Permalink
chore: Update pod in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kosratdev committed Jun 3, 2019
1 parent 5100b28 commit 0aa4344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ before_script:
- sudo systemsetup -settimezone Asia/Baghdad
script:
- set -o pipefail && xcodebuild -enableCodeCoverage YES -workspace Example/MuslimData.xcworkspace -scheme MuslimData-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone XS,OS=12.2' test | xcpretty --test --color
- pod repo update
- pod lib lint --allow-warnings
deploy:
provider: script
Expand Down
2 changes: 1 addition & 1 deletion MuslimData.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ Pod::Spec.new do |s|

# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit'
s.dependency 'GRDB.swift', '4.0.1'
s.dependency 'GRDB.swift', '~> 4.0.1'
end

0 comments on commit 0aa4344

Please sign in to comment.