From 014724a64ac2042e2da9747cc1b4e2f702b132cb Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 31 Oct 2015 02:53:32 -0400 Subject: [PATCH] Use container-based Travis infrastructure http://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 829b75c8a..ed9847b4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false language: cpp compiler: - gcc