From a181852893e63500d22d40f20a226f09922b1501 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 28 Aug 2015 23:07:48 +0100 Subject: [PATCH] Update travis to use container infrastructure --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f660fe6..e7b28cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,7 @@ +sudo: false language: cpp - compiler: - g++ - script: cd tests && make && make test - os: - linux