strict host checking disabled

This commit is contained in:
Lorin Werthen 2016-07-18 13:51:42 +02:00
parent 8c37308a4d
commit a7d1b9389e

View file

@ -5,6 +5,7 @@ rvm:
before_install:
- openssl aes-256-cbc -K $encrypted_6059a4f451fd_key -iv $encrypted_6059a4f451fd_iv
-in id_rsa.enc -out ~/.ssh/id_rsa -d
- echo -e "Host zeus.ugent.be\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
install:
- bundle install --without development