瀏覽代碼

Update test script

onevcat 6 年之前
父節點
當前提交
d15d190bfb
共有 1 個文件被更改,包括 1 次插入4 次删除
  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|