1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

travis_retry sudo apt-get ...

This commit is contained in:
Jakub Warmuz
2015-06-27 09:43:33 +00:00
parent 49b02e7740
commit c96fc7e33a

View File

@@ -3,7 +3,7 @@ language: python
# http://docs.travis-ci.com/user/ci-environment/#CI-environment-OS
before_install:
- travis_retry sudo ./bootstrap/ubuntu.sh
- apt-get install --no-install-recommends nginx-light openssl
- travis_retry sudo apt-get install --no-install-recommends nginx-light openssl
# using separate envs with different TOXENVs creates 4x1 Travis build
# matrix, which allows us to clearly distinguish which component under