From de884c95f175a3e715e4527fdbcdd655b6bbab08 Mon Sep 17 00:00:00 2001 From: Tim Van Steenburgh Date: Mon, 28 Nov 2016 11:39:14 -0500 Subject: [PATCH] Switch to lxd group --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd71aef..ebf16d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: - sudo add-apt-repository ppa:juju/daily -y - sudo apt-get update -q - sudo apt-get install lxd juju -y - - sudo usermod -a -G lxd $USER + - newgrp lxd - groups - sudo lxd init --auto install: pip install tox-travis -- 2.25.1