projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce62794
)
Install juju-2.0 instead of juju on trusty
author
Tim Van Steenburgh
<tvansteenburgh@gmail.com>
Mon, 21 Nov 2016 18:32:01 +0000
(13:32 -0500)
committer
Tim Van Steenburgh
<tvansteenburgh@gmail.com>
Mon, 21 Nov 2016 18:32:01 +0000
(13:32 -0500)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
77e46f9
..
37dc566
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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: