Skip to content

Commit

Permalink
add install step to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetharadhakrishna committed May 19, 2021
1 parent ecc0d00 commit 76eb545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_js:
before_install:
- sudo apt-get update
- sudo apt-get install -y libsecret-1-dev
install: make install
deploy:
- provider: script
script: make docker-build && make docker-push
Expand Down

0 comments on commit 76eb545

Please sign in to comment.