aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-10-18 11:41:14 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-10-18 11:41:14 +0200
commit9d3aa50fb25fec5de52fdea3ce42a433418e7773 (patch)
tree037316a3f2523c9c88fd7a8d071f262548c8040a
parent7409b84ef3246e59d1fc123506191a7a108fa2ba (diff)
downloadgo-git-9d3aa50fb25fec5de52fdea3ce42a433418e7773.tar.gz
travis: install_key
-rw-r--r--.travis.yml1
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