aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index ee4a591..ee975e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,15 +23,6 @@ before_install:
- git config --global user.email "travis@example.com"
- git config --global user.name "Travis CI"
- # 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; \
- export SSH_TEST_PRIVATE_KEY=$HOME/.travis/deploy.pem; \
- else \
- export SSH_AUTH_SOCK=""; \
- fi
-
install:
- go get -v -t ./...