aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSantiago M. Mola <santi@mola.io>2016-11-28 17:42:46 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2016-11-28 17:42:46 +0100
commit2c20b7e507a6514be2efa66143c13a60a87ee4b6 (patch)
treeaba641d195b66d338e7be489f112578377648aa3 /.travis.yml
parentd541d40da1f11bdfbd80dc65b191d129c028ea0c (diff)
downloadgo-git-2c20b7e507a6514be2efa66143c13a60a87ee4b6.tar.gz
travis: in PR unset SSH_AUTH_SOCK -> skip ssh tests. (#146)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cd6893c..937b6d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ before_install:
- eval "$(ssh-agent -s)"
# 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'
+ - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then export SSH_AUTH_SOCK="" ; fi'
install:
- rm -rf $GOPATH/src/gopkg.in/src-d