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 bbfa5e8 commit eda7c3aCopy full SHA for eda7c3a
.travis.yml
@@ -13,7 +13,7 @@ jobs:
13
script: ./lint.sh all
14
15
before_install:
16
- - nvm install 8 && npm install -g firebase-tools
+ - curl -sL https://firebase.tools | flags="install-binary-release" bash
17
script:
18
- pytest
19
- firebase emulators:exec --only database --project fake-project-id 'pytest integration/test_db.py'
0 commit comments