Skip to content

Commit 124f5cf

Browse files
try to resolve travis-ci build issue
1 parent b516f47 commit 124f5cf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ matrix:
3030
after_success:
3131
- docker push $REGISTRY/api:$VERSION
3232
- docker push $REGISTRY/background:$VERSION
33-
- language: minimal # Build on tag
33+
- language: generic # Build on tag
3434
env:
3535
- REGISTRY=docker.pkg.github.com/bitmark-inc/spring-app-api
3636
services:
@@ -49,7 +49,8 @@ matrix:
4949
- docker push $API_DOCKER_IMG
5050
- docker push $BACKGROUND_DOCKER_IMG
5151
before_deploy:
52-
- sudo apt-get install jshon
52+
- sudo apt-get update
53+
- travis_retry sudo apt-get install -y jshon
5354
- echo $RELEASE_BODY
5455
- export BODY=$(jshon -s "$RELEASE_BODY")
5556
deploy:

0 commit comments

Comments
 (0)