Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Jun 2, 2018
2 parents e28d62f + 7a1872b commit 619ca5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ before_script:

script:
- carthage build --no-skip-current
- pod lib lint --allow-warnings
- fastlane test

after_script:
Expand Down
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ platform :ios do
clean: true,
code_coverage: true
)
pod_lib_lint(allow_warnings: true)
end

desc "Runs coverage"
Expand All @@ -36,7 +37,8 @@ platform :ios do
proj: "STLocationRequest.xcodeproj",
scheme: "STLocationRequest",
travis: true,
cobertura_xml: true
cobertura_xml: true,
ignore: ["Tests/*"]
)
end

Expand Down

0 comments on commit 619ca5d

Please sign in to comment.