Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve speed and stability of CI builds #3162

Merged
merged 1 commit into from
Dec 12, 2016
Merged

Commits on Dec 9, 2016

  1. Improve speed and stability of CI builds

    Loading and creating docker images takes quite a bit of time on the travis builds. Especially calls like apt-get update and install take lots of time and bandwidth and fail from time to time, as a host is not available.
    
    Following actions were taken:
    
    * Fake Kibana container is now based on alpine
    * Redis stunnel container was also switched to alpine
    ruflin committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    f8ef75d View commit details
    Browse the repository at this point in the history