|
@@ -16,9 +16,7 @@ platform :ios do
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
lane :test do |options|
|
|
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)
|
|
|
|
|
|
|
+ _test(options)
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
private_lane :_test do |options|
|
|
private_lane :_test do |options|
|