From f6b0eaddb5ec3b07ff0015a886f10e7d4a02f136 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sun, 16 Aug 2015 18:55:43 +0100 Subject: [PATCH] Set sudo: false to force container build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d945284a..cbc520f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ env: - BUILD_TYPE=default - BUILD_TYPE=qt-android +sudo: false + before_script: # ZMQ stress tests need more open socket (files) than the usual default # On OSX, it seems the way to set the max files limit is constantly changing, so