Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 9d3aa50

Browse files
committed
travis: install_key
1 parent 7409b84 commit 9d3aa50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ matrix:
1212
before_install:
1313
# we only decrypt the SSH key when we aren't in a pull request
1414
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash .travis/install_key.sh; fi'
15+
- eval "$(ssh-agent -s)"
1516

1617
install:
1718
- rm -rf $GOPATH/src/gopkg.in/src-d

0 commit comments

Comments
 (0)