From 39a866d9468d2994f90a3dbd59cf45de4086bdce Mon Sep 17 00:00:00 2001
From: Chris Wong <lambda.fairy@gmail.com>
Date: Sun, 11 Oct 2020 23:43:41 +1300
Subject: [PATCH] Enable LXD for faster builds (#233)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

It seems a lot faster – the "All features" build is ~ 1:45 instead of ~ 3:15.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 7d3b79f..e93f9c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
 language: rust
 rust: nightly
+virt: lxd
 
 jobs:
   include: