Skip to content

Commit 9fb75ed

Browse files
committed
[fix] Try to fix breakage on function deploy
1 parent 7ed9eee commit 9fb75ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cache: yarn
1717

1818
before_deploy:
1919
- zip -r firebase-sensor.zip dist
20-
- cd functions && yarn install && cd ..
20+
- cd functions && npm install && cd ..
2121

2222
deploy:
2323
- provider: releases

0 commit comments

Comments
 (0)