diff --git a/.travis.yml b/.travis.yml index f5a7102faf..7cc1ae9ae7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,9 +71,6 @@ notifications: on_pull_requests: false before_install: - # Decrypt SSH key to Allure report server - - openssl aes-256-cbc -K $encrypted_564abe244951_key -iv $encrypted_564abe244951_iv -in bin/.travis/rsa_allure.enc -out $HOME/rsa_allure -d - - chmod 400 $HOME/rsa_allure # Update Docker and Docker Compose - ./bin/.travis/trusty/update_docker.sh # Internal auth token dedicated to testing with travis+composer on ezsystems repos, not for reuse! diff --git a/bin/.travis/rsa_allure.enc b/bin/.travis/rsa_allure.enc deleted file mode 100644 index e7da7956ed..0000000000 Binary files a/bin/.travis/rsa_allure.enc and /dev/null differ