Ver Fonte

Update test script

onevcat há 6 anos atrás
pai
commit
d15d190bfb
1 ficheiros alterados com 1 adições e 4 exclusões
  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|