Skip to content

Commit eda7c3a

Browse files
committed
'Cuz it's totally safe to execute a random script from the Internet.
1 parent bbfa5e8 commit eda7c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

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

1515
before_install:
16-
- nvm install 8 && npm install -g firebase-tools
16+
- curl -sL https://firebase.tools | flags="install-binary-release" bash
1717
script:
1818
- pytest
1919
- firebase emulators:exec --only database --project fake-project-id 'pytest integration/test_db.py'

0 commit comments

Comments
 (0)