From c96fc7e33af2314fb4815cced9bdda64c81fa0fe Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sat, 27 Jun 2015 09:43:33 +0000 Subject: [PATCH] travis_retry sudo apt-get ... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 59a0ac8ad..a7b03d20a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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