From dda5e847568fe15b5a721d8b8982918fb3b6b5b0 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Fri, 17 Feb 2017 14:21:05 +0000 Subject: [PATCH] travis: use container build Travis offers two build environments: fully virtualised, container. Until recently the container version didn't have all the libraries that we needed. Now it does. The container is much faster to start up: <1s rather that ~20s. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b0b7225c3..81fdfb446 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ notifications: on_success: change on_failure: always -sudo: required +sudo: false dist: trusty language: c -- 2.40.0