Install juju from daily ppa for now
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Mon, 28 Nov 2016 16:27:14 +0000 (11:27 -0500)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Mon, 28 Nov 2016 16:27:14 +0000 (11:27 -0500)
.travis.yml

index 37dc566..bd71aef 100644 (file)
@@ -5,9 +5,9 @@ python:
   - "3.5"
 before_install:
   - sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable -y
-  - sudo add-apt-repository ppa:juju/stable -y
+  - sudo add-apt-repository ppa:juju/daily -y
   - sudo apt-get update -q
-  - sudo apt-get install lxd juju-2.0 -y
+  - sudo apt-get install lxd juju -y
   - sudo usermod -a -G lxd $USER
   - groups
   - sudo lxd init --auto