Set sudo: false to force container build

This commit is contained in:
Luca Boccassi 2015-08-16 18:55:43 +01:00
parent 1afc30a6c4
commit f6b0eaddb5

View File

@ -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