Fixing liblxc name in travis conf.
This commit is contained in:
parent
c2518f1a7a
commit
e69f956f1e
|
@ -11,6 +11,6 @@ before_install:
|
||||||
- sudo apt-get install -y python-software-properties
|
- sudo apt-get install -y python-software-properties
|
||||||
- sudo add-apt-repository -y ppa:ubuntu-lxc/daily
|
- sudo add-apt-repository -y ppa:ubuntu-lxc/daily
|
||||||
- sudo apt-get update -y
|
- sudo apt-get update -y
|
||||||
- sudo apt-get install -y liblxc0 lxc lxc-dbg lxc-dev lxc-templates lxc-tests lxctl python3-lxc
|
- sudo apt-get install -y liblxc1 lxc lxc-dbg lxc-dev lxc-templates lxc-tests lxctl python3-lxc
|
||||||
script:
|
script:
|
||||||
- bundle exec rake clean package
|
- bundle exec rake clean package
|
||||||
|
|
Loading…
Reference in a new issue