summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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 c2b6ec7ae4..d9967b768b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ before_script:
- echo -fp >> .rspec
# necessary for sudo: true tests, ingore failures on tests invoked with sudo: false
- sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers || true
+ - ssh-keygen -b 4096 -t rsa -f .ssh/id_rsa -N ""
- ls -laR .ssh
- cp .ssh/id_rsa.pub .ssh/authorized_keys
- chmod 600 .ssh/authorized_keys