10000 Add more debugging to firepit script. · CyberSys/firebase-admin-python@267da6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 267da6e

Browse files
committed
Add more debugging to firepit script.
1 parent eda7c3a commit 267da6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
script: ./lint.sh all
1414

1515
before_install:
16-
- curl -sL https://firebase.tools | flags="install-binary-release" bash
16+
- which awk
17+
- curl -sL https://firebase.tools | flags="install-binary-release" bash -x
1718
script:
1819
- pytest
1920
- firebase emulators:exec --only database --project fake-project-id 'pytest integration/test_db.py'

0 commit comments

Comments
 (0)
0