ruby-lxc/.travis.yml

16 lines
279 B
YAML
Raw Permalink Normal View History

2013-12-27 12:39:43 +01:00
rvm:
2013-12-27 21:18:42 +01:00
- 1.8.7
2013-12-27 12:39:43 +01:00
- 1.9.3
- 2.0.0
- 2.1.0
branches:
only:
- 1.1.x
2013-12-27 12:39:43 +01:00
before_install:
- sudo apt-get update -y
- sudo apt-get install -y python-software-properties
- sudo apt-get update -y
- sudo apt-get install -y liblxc0
2013-12-27 12:39:43 +01:00
script:
- bundle exec rake clean package