ruby-lxc/.travis.yml
Stéphane Graber 03584f60c5
Update Travis configuration
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2015-02-23 18:41:18 -05:00

22 lines
438 B
YAML

rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
branches:
only:
- master
before_install:
- sudo apt-get update -y
- 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 install -y liblxc1
script:
- bundle exec rake clean package
notifications:
webhooks: https://linuxcontainers.org/webhook-lxcbot/
email:
- andrenth@gmail.com