Procházet zdrojové kódy

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

onevcat před 7 roky
rodič
revize
a2a9fbbe50
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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")