Skip to content

Commit

Permalink
Fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Aug 5, 2019
1 parent a81a252 commit f1bacf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ platform :ios do
desc "Run unit tests and check library"
lane :test do
scan(workspace: "Pageboy.xcworkspace", scheme: "Pageboy iOS", clean: true)
pod_lib_lint
pod_lib_lint(allow_warnings: true)
end

desc "Deploy a new version to CocoaPods and GitHub"
Expand Down

0 comments on commit f1bacf4

Please sign in to comment.