Skip to content

Commit

Permalink
Fixing cd command in before_deploy (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch authored Jan 4, 2018
1 parent c51c235 commit ab5af15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
before_deploy:
# Install firebase-functions pre-requisites for deploying.
- cd ./functions && npm install
- cd ./functions && npm install && cd ../
deploy:
provider: firebase
on:
Expand Down

0 comments on commit ab5af15

Please sign in to comment.