ruby-lxc/.travis.yml

22 lines
438 B
YAML
Raw Normal View History

2013-12-27 03:39:43 -08:00
rvm:
2013-12-27 12:18:42 -08:00
- 1.8.7
2013-12-27 03:39:43 -08:00
- 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
2013-12-27 03:39:43 -08:00
script:
- bundle exec rake clean package
2014-06-13 14:49:54 -03:00
notifications:
webhooks: https://linuxcontainers.org/webhook-lxcbot/
2014-06-13 14:49:54 -03:00
email:
- andrenth@gmail.com