From c2bfdf15c23f5d0b77d9d2beff9c250e5bc89cad Mon Sep 17 00:00:00 2001 From: Nicola Molinari Date: Sun, 12 Jul 2015 11:43:38 +0200 Subject: [PATCH] Run builds on new docker infrastructure --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3037252..ceb3c0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,5 @@ notifications: on_failure: always branches: only: - - master \ No newline at end of file + - master +sudo: false