From 4ad97c86ab6de5890b07f15751f96a96587a234e Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sat, 9 May 2015 15:33:23 -0700 Subject: Speed up travis Adding sudo: false enables the container-based infrastructure, which starts up almost instantly. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 44a6d2d..979d77c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ script: make && make test compiler: - clang - gcc +sudo: false -- cgit v1.2.3