From 0184e53648ca62072c32de3f0de3cc7c91c27d99 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Tue, 3 Nov 2020 10:36:48 -0500 Subject: Revert ".travis.yml: use a known-working version of lxd (#643)" (#650) This reverts commit f72d0cb7a03cc311700ea8795edf2454172c7414. A new release of lxd has been released to the stable channel, which includes a fix for the issue we were previously working around. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4342aacb..87841424 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ matrix: # pylxd talks only to the lxd from snap - sudo apt remove --purge lxd lxd-client - sudo rm -Rf /var/lib/lxd - - sudo snap install --channel=4.6/stable lxd + - sudo snap install lxd - sudo lxd init --auto - sudo mkdir --mode=1777 -p /var/snap/lxd/common/consoles # Move any cached lxd images into lxd's image dir -- cgit v1.2.3