Skip to content

Commit

Permalink
Install jshon on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnguyenbitmark committed Feb 6, 2020
1 parent 2b1f874 commit b516f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ matrix:
- docker push $API_DOCKER_IMG
- docker push $BACKGROUND_DOCKER_IMG
before_deploy:
- brew install jshon
- sudo apt-get install jshon
- echo $RELEASE_BODY
- export BODY=$(jshon -s "$RELEASE_BODY"))
- export BODY=$(jshon -s "$RELEASE_BODY")
deploy:
provider: releases
api_key: $GITHUB_TOKEN
Expand Down

0 comments on commit b516f47

Please sign in to comment.