Skip to content

Commit 54a32a1

Browse files
committed
Fix jobs not uploading to docker hub considered as failed
1 parent 0b70f9d commit 54a32a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ script:
2828
- sudo /home/travis/virtualenv/python3.6/bin/python tests.py
2929

3030
after_success:
31+
- set +e
3132
- test "$TRAVIS_BRANCH" = "master" && test "$TRAVIS_PULL_REQUEST" = "false" && docker login -u $DOCKER_USER -p $DOCKER_PASS && docker push fiware/wirecloud:${VERSION}
3233

3334
branches:

0 commit comments

Comments
 (0)