Skip to content

Commit 8cc7bbd

Browse files
committed
Remove debug stuff and add more aggressive caching.
1 parent 267da6e commit 8cc7bbd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ jobs:
1313
script: ./lint.sh all
1414

1515
before_install:
16-
- which awk
17-
- curl -sL https://firebase.tools | flags="install-binary-release" bash -x
16+
- curl -sL https://firebase.tools | flags="install-binary-release" bash
1817
script:
1918
- pytest
2019
- firebase emulators:exec --only database --project fake-project-id 'pytest integration/test_db.py'
2120
cache:
2221
pip: true
2322
npm: true
2423
directories:
25-
- $HOME/.cache/firebase/emulators
24+
- $HOME/.cache/firebase

0 commit comments

Comments
 (0)