8000 Fix travis · scor2k/firebase-admin-python@4052ea1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4052ea1

Browse files
committed
Fix travis
1 parent 091ca27 commit 4052ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ then
5050
lintAllFiles "firebase_admin" ""
5151
lintAllFiles "tests" "$SKIP_FOR_TESTS"
5252
lintAllFiles "integration" "$SKIP_FOR_TESTS"
53-
lintAllFiles "snippets" "$SKIP_FOR_TESTS"
53+
lintAllFiles "snippets" "$SKIP_FOR_SNIPPETS"
5454
else
5555
lintChangedFiles "firebase_admin" ""
5656
lintChangedFiles "tests" "$SKIP_FOR_TESTS"
5757
lintChangedFiles "integration" "$SKIP_FOR_TESTS"
58-
lintChangedFiles "snippets" "$SKIP_FOR_TESTS"
58+
lintChangedFiles "snippets" "$SKIP_FOR_SNIPPETS"
5959
fi

0 commit comments

Comments
 (0)
0