Added encryption for SuperHouse/esp-open-rtos Travis

This commit is contained in:
sheinz 2016-11-13 00:44:05 +02:00
parent 5bc9885af5
commit 0f8e308609
2 changed files with 2 additions and 2 deletions

View file

@ -36,8 +36,8 @@ addons:
- vim-common
before_install:
- openssl aes-256-cbc -K $encrypted_3de02a3a9dd1_key -iv $encrypted_3de02a3a9dd1_iv
-in utils/travis_tests/sheinz_rsa.enc -out /tmp/sheinz_rsa -d
- openssl aes-256-cbc -K $encrypted_709d8233e262_key -iv $encrypted_709d8233e262_iv
-in utils/travis_tests/sheinz_rsa.enc -out /tmp/sheinz_rsa -d
- eval "$(ssh-agent -s)"
- chmod 600 /tmp/sheinz_rsa
- ssh-add /tmp/sheinz_rsa

Binary file not shown.