diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-10-18 11:41:14 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-10-18 11:41:14 +0200 |
commit | 9d3aa50fb25fec5de52fdea3ce42a433418e7773 (patch) | |
tree | 037316a3f2523c9c88fd7a8d071f262548c8040a /.travis.yml | |
parent | 7409b84ef3246e59d1fc123506191a7a108fa2ba (diff) | |
download | go-git-9d3aa50fb25fec5de52fdea3ce42a433418e7773.tar.gz |
travis: install_key
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a9b1d3c..02d6438 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ matrix: before_install: # we only decrypt the SSH key when we aren't in a pull request - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash .travis/install_key.sh; fi' + - eval "$(ssh-agent -s)" install: - rm -rf $GOPATH/src/gopkg.in/src-d |