From 598d73f462a21618c01ea8afd76ebec0bc999298 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 15 Aug 2016 12:04:34 +0200 Subject: [ci] fix travis by using container builds This is supposed to fix the bundler error reported in https://github.com/bundler/bundler/issues/3558 sudo: false makes travis use the new infrastructure without sudo --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ab5f78b..fbc4e06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false services: - couchdb notifications: -- cgit v1.2.3