missing deps script
This commit is contained in:
parent
5d37a8f554
commit
7bf05d2fc2
@ -6,6 +6,7 @@ before_install:
|
|||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq python-apt python-pycurl
|
- sudo apt-get install -qq python-apt python-pycurl
|
||||||
- ln -s ansible-fprobe ../juju4.fprobe
|
- ln -s ansible-fprobe ../juju4.fprobe
|
||||||
|
- ./get-dependencies.sh
|
||||||
## for local travis execution as we use same default.yml than kitchen
|
## for local travis execution as we use same default.yml than kitchen
|
||||||
- mkdir /tmp/kitchen
|
- mkdir /tmp/kitchen
|
||||||
- ln -s /home/travis/build/juju4/ansible-fprobe/test/integration/default/tmp /tmp/kitchen/tmp
|
- ln -s /home/travis/build/juju4/ansible-fprobe/test/integration/default/tmp /tmp/kitchen/tmp
|
||||||
|
@ -25,6 +25,7 @@ before_install:
|
|||||||
- find -ls
|
- find -ls
|
||||||
## use appropriate role path and not github name
|
## use appropriate role path and not github name
|
||||||
- ln -s ansible-fprobe ../juju4.fprobe
|
- ln -s ansible-fprobe ../juju4.fprobe
|
||||||
|
- ./get-dependencies.sh
|
||||||
## No Xenial, https://github.com/travis-ci/travis-ci/issues/5821
|
## No Xenial, https://github.com/travis-ci/travis-ci/issues/5821
|
||||||
# - sudo apt install lxd
|
# - 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
|
- echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/trusty-backports.list
|
||||||
|
Loading…
Reference in New Issue
Block a user