Removing lxc daily ppa from travis build for ensuring that the ubuntu package is used.

This commit is contained in:
NiR- 2014-06-09 18:12:36 +02:00
parent 3de0541985
commit cc8d829d9b

View file

@ -5,12 +5,11 @@ rvm:
- 2.1.0 - 2.1.0
branches: branches:
only: only:
- master - 1.1.x
before_install: before_install:
- sudo apt-get update -y - sudo apt-get update -y
- 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 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 liblxc0
script: script:
- bundle exec rake clean package - bundle exec rake clean package