Browse Source

Merge branch 'swift5.0' of github.com:onevcat/Kingfisher into swift5.0

onevcat 7 năm trước cách đây
mục cha
commit
a2a9fbbe50
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      fastlane/Fastfile

+ 4 - 0
fastlane/Fastfile

@@ -6,6 +6,10 @@ default_platform :ios
 platform :ios do
   desc "Runs all the tests"
   lane :tests do
+    test(scheme: "Kingfisher", swift_version: "5.0")
+    test(scheme: "Kingfisher-macOS", swift_version: "5.0")
+    test(scheme: "Kingfisher-tvOS", swift_version: "5.0")
+
     test(scheme: "Kingfisher", swift_version: "4.2")
     test(scheme: "Kingfisher-macOS", swift_version: "4.2")
     test(scheme: "Kingfisher-tvOS", swift_version: "4.2")