Install juju-2.0 instead of juju on trusty
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Mon, 21 Nov 2016 18:32:01 +0000 (13:32 -0500)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Mon, 21 Nov 2016 18:32:01 +0000 (13:32 -0500)
.travis.yml

index 77e46f9..37dc566 100644 (file)
@@ -7,9 +7,9 @@ before_install:
   - sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable -y
   - sudo add-apt-repository ppa:juju/stable -y
   - sudo apt-get update -q
-  - sudo apt-get install lxd juju -y
-  - groups
+  - sudo apt-get install lxd juju-2.0 -y
   - sudo usermod -a -G lxd $USER
+  - groups
   - sudo lxd init --auto
 install: pip install tox-travis
 before_script: