Skip to content

Commit

Permalink
Merge pull request Yelp#14 from victoria-miltcheva/travis-ghe-fix
Browse files Browse the repository at this point in the history
Fix GHE host authenticity issue with Travis build
  • Loading branch information
victoria-miltcheva committed Aug 16, 2021
2 parents 440e18f + 2669ea2 commit a02fe96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ git:
depth: false
services:
- docker
addons:
ssh_known_hosts: github.ibm.com
deploy:
- provider: script
script: >-
Expand All @@ -14,7 +16,6 @@ deploy:
condition: $TOXENV = py38
# only deploy when pushing to gh repo
repo: IBM/detect-secrets

matrix:
include:
# - env: TOXENV=py35
Expand Down

0 comments on commit a02fe96

Please sign in to comment.