missing deps script

This commit is contained in:
juju4 2016-10-30 15:50:22 -04:00
parent 5d37a8f554
commit 7bf05d2fc2
2 changed files with 2 additions and 0 deletions

@ -6,6 +6,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt python-pycurl
- ln -s ansible-fprobe ../juju4.fprobe
- ./get-dependencies.sh
## for local travis execution as we use same default.yml than kitchen
- mkdir /tmp/kitchen
- ln -s /home/travis/build/juju4/ansible-fprobe/test/integration/default/tmp /tmp/kitchen/tmp

@ -25,6 +25,7 @@ before_install:
- find -ls
## use appropriate role path and not github name
- ln -s ansible-fprobe ../juju4.fprobe
- ./get-dependencies.sh
## No Xenial, https://github.com/travis-ci/travis-ci/issues/5821
# - sudo apt install lxd
- echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/trusty-backports.list