Browse Source

Add comment for CI workaround

onevcat 7 years ago
parent
commit
92d39db04e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      fastlane/Fastfile

+ 2 - 0
fastlane/Fastfile

@@ -16,6 +16,8 @@ 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. :[
     _test(options) rescue _test(options)
   end