Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2016-03-08 02:52:14 +0300
committerErik Rose <erik@mozilla.com>2016-03-08 02:52:14 +0300
commit64f31017cd2c3963bad93ba0aa8f43d1ddf497d3 (patch)
tree54b73cf1419a47e4c20a599b0e7bb8613dc7187a /.travis.yml
parent6e041eb8f3bb525bfe4a002c89ebc59253a96190 (diff)
Blot out Travis addons on le_auto job.
MariaDB addon is broken on Google Compute Engine jobs at the moment: see https://github.com/travis-ci/travis-ci/issues/5759.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d5d18737a..6b325e985 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,6 +43,7 @@ matrix:
env: TOXENV=le_auto
services: docker
before_install:
+ addons:
- python: "2.7"
env: TOXENV=cover
- python: "3.3"