Bläddra i källkod

Update test script

onevcat 6 år sedan
förälder
incheckning
d15d190bfb
1 ändrade filer med 1 tillägg och 4 borttagningar
  1. 1 4
      fastlane/Fastfile

+ 1 - 4
fastlane/Fastfile

@@ -20,10 +20,7 @@ platform :ios do
   end
 
   lane :test do |options|
-    # Sometimes Travis CI would fail due to timeout. 
-    # Not sure why but just rerunning the test perfectly fixes it. :[
-    # Maybe it is related to some racing when running in CI, but it never reproducible in a local env.
-    _test(options) rescue _test(options)
+    _test(options)
   end
 
   private_lane :_test do |options|