From 42f661cfbf034122d9c704e11b2306cde3673e21 Mon Sep 17 00:00:00 2001 From: Jeremy Cook Date: Mon, 12 Oct 2015 19:24:21 -0400 Subject: [PATCH] Update to use new travis container infrastructure (see http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5c4eb72..5e21473 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ rvm: - 2.1.0 - 2.0.0 - 1.9.3 +sudo: false