EA31337 / EA-Tester

🐳📈 Headless Forex backtesting for MetaTrader platform using Docker
https://ea31337.github.io/EA-Tester
MIT License
110 stars 83 forks source link

Fix installation of MT4 an MT5 #155

Closed kenorb closed 5 years ago

kenorb commented 5 years ago

To re-enable CI tests, edit .travis.yml and uncomment RunInstallMt related lines.

For some reason, it was working fine, and it broke. This could be related to Wine version, missing libraries (such as TLS/SSL, incorrect GnuTLS version) or something similar.

This is also reproducible on local Docker container. The installation wizard freezes while trying to fetch some files via HTTPS.

kenorb commented 5 years ago

Duplicate of GH-147