We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267da6e commit 8cc7bbdCopy full SHA for 8cc7bbd
.travis.yml
@@ -13,13 +13,12 @@ jobs:
13
script: ./lint.sh all
14
15
before_install:
16
- - which awk
17
- - curl -sL https://firebase.tools | flags="install-binary-release" bash -x
+ - curl -sL https://firebase.tools | flags="install-binary-release" bash
18
script:
19
- pytest
20
- firebase emulators:exec --only database --project fake-project-id 'pytest integration/test_db.py'
21
cache:
22
pip: true
23
npm: true
24
directories:
25
- - $HOME/.cache/firebase/emulators
+ - $HOME/.cache/firebase
0 commit comments