Experiment with travis and encoded ssh keys

travis
Marius Kintel 2014-03-05 21:47:13 -05:00
parent 04a40c0063
commit 86b8823420
1 changed files with 1 additions and 2 deletions

View File

@ -13,9 +13,8 @@ branches:
- travis
before_script:
- env
- echo -e "Host files.openscad.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- echo -n $openscad_rsa_{00..30} >> ~/.ssh/openscad_rsa_base64
- echo -n $openscad_rsa_{00..40} >> ~/.ssh/openscad_rsa_base64
- base64 --decode --ignore-garbage ~/.ssh/openscad_rsa_base64 > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa