From 1d3721707c532208436256a41ce7e2d301bb47d3 Mon Sep 17 00:00:00 2001 From: Philip White Date: Tue, 1 Dec 2015 16:54:46 -0800 Subject: [PATCH] Enable container-based infrastructure on Travis As per https://docs.travis-ci.com/user/migrating-from-legacy/ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5c4cc9a..33a91af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,4 @@ rvm: - 2.1.6 - 2.2.3 - jruby-head +sudo: false