Experiment with travis and encoded ssh keys

travis
Marius Kintel 2014-03-05 21:08:33 -05:00
parent 8ac6039ea9
commit fa78aaabc4
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ 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
- base64 --decode --ignore-garbage ~/.ssh/openscad_rsa_base64 > ~/.ssh/id_rsa