From c0d88f1da6496a72dd7e5c98065ce1e8dbc68df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Wed, 9 May 2018 16:18:22 +0200 Subject: [PATCH] Run Travis builds on the Docker infrastructure --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6c1356e..02acefa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +22,5 @@ notifications: env: - BACKEND=s3 - BACKEND=swift +# Run on Docker infrastructure +sudo: false