diff options
author | Alex Crichton <alex@alexcrichton.com> | 2014-09-17 22:31:56 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2014-09-17 22:35:29 -0700 |
commit | 547e6c2679e8c686a51367b95a2bab272c51beb0 (patch) | |
tree | 2501787d205a5b14577b3da3d7da1c930be3a5e6 /.travis.yml | |
parent | a056f36f6ccc46f9915732fbd7eddf603d4a67af (diff) | |
download | ssh2-rs-547e6c2679e8c686a51367b95a2bab272c51beb0.zip |
Get testing on travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 22761ba..d1fb1f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,5 @@ language: rust +before_script: + - ssh-keygen -t rsa -f ~/.ssh/id_rsa -N "" -q + - eval `ssh-agent -s` + - ssh-add ~/.ssh/id_rsa |