Skip to content

Commit b2ca25b

Browse files
committed
Update
1 parent 92b0de9 commit b2ca25b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ platform :ios do
3232

3333

3434
lane :build do
35-
install
36-
3735
swiftlint(
3836
mode: :lint,
3937
config_file: ".swiftlint.yml",
@@ -91,8 +89,9 @@ platform :ios do
9189
end
9290

9391
lane :travis do
94-
build
92+
install
9593
tests
94+
build
9695
#pod_lib_lint(allow_warnings: true, verbose: false)
9796
end
9897

0 commit comments

Comments
 (0)